diff options
author | Nyx Linden <nyx@lindenlab.com> | 2012-09-12 21:35:25 +0000 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2012-09-12 21:35:25 +0000 |
commit | c34329fa4c8cc5adbad15d8e8f00296c71016a02 (patch) | |
tree | 7dfd11b90d15c9f2250ad22a1becee0d805e9c5c /indra/llvfs | |
parent | f1d6052e36ed6d817faedf9b32cb9d889395cd88 (diff) |
SH-3347 create demo of back end texture baking service
First link of the back-end service with some LLAppearance code.
Diffstat (limited to 'indra/llvfs')
-rw-r--r-- | indra/llvfs/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llvfs/CMakeLists.txt b/indra/llvfs/CMakeLists.txt index a819d12861..261d666548 100644 --- a/indra/llvfs/CMakeLists.txt +++ b/indra/llvfs/CMakeLists.txt @@ -69,6 +69,7 @@ set(vfs_BOOST_LIBRARIES target_link_libraries(llvfs ${vfs_BOOST_LIBRARIES} + ${LLCOMMON_LIBRARIES} ) if (DARWIN) |