summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-09-14 11:27:04 +0000
committerDon Kjer <don@lindenlab.com>2012-09-14 11:27:04 +0000
commit8808325ced4d380d937c9be1cc81e20a5ebb5f62 (patch)
tree0b867667865f13339399ed85b1cde04c2200f33c /indra/cmake
parent9307810e7e8edcf18f7c27abda5d0b94ed13bcf7 (diff)
Removed appearance utility from viewer source. Added appearance utility autobuild package.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLAppearanceUtility.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/cmake/LLAppearanceUtility.cmake b/indra/cmake/LLAppearanceUtility.cmake
new file mode 100644
index 0000000000..bea45543de
--- /dev/null
+++ b/indra/cmake/LLAppearanceUtility.cmake
@@ -0,0 +1,12 @@
+# -*- cmake -*-
+include(Prebuilt)
+
+# Linux proprietary build only
+if (INSTALL_PROPRIETARY)
+ if(LINUX)
+ use_prebuilt_binary(llappearanceutility-source)
+ set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)
+ set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)
+ endif (LINUX)
+endif (INSTALL_PROPRIETARY)
+