summaryrefslogtreecommitdiff
path: root/indra/llvfs
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2012-09-12 21:35:25 +0000
committerNyx Linden <nyx@lindenlab.com>2012-09-12 21:35:25 +0000
commitc34329fa4c8cc5adbad15d8e8f00296c71016a02 (patch)
tree7dfd11b90d15c9f2250ad22a1becee0d805e9c5c /indra/llvfs
parentf1d6052e36ed6d817faedf9b32cb9d889395cd88 (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.txt1
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)