diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-14 11:27:04 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-14 11:27:04 +0000 |
commit | 8808325ced4d380d937c9be1cc81e20a5ebb5f62 (patch) | |
tree | 0b867667865f13339399ed85b1cde04c2200f33c /indra/CMakeLists.txt | |
parent | 9307810e7e8edcf18f7c27abda5d0b94ed13bcf7 (diff) |
Removed appearance utility from viewer source. Added appearance utility autobuild package.
Diffstat (limited to 'indra/CMakeLists.txt')
-rw-r--r-- | indra/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 4e209ff75a..f5ed9632fa 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -83,7 +83,10 @@ if (VIEWER) if (LINUX) add_subdirectory(${VIEWER_PREFIX}linux_crash_logger) add_subdirectory(${VIEWER_PREFIX}linux_updater) - add_subdirectory(${VIEWER_PREFIX}appearance_utility) + if (INSTALL_PROPRIETARY) + include(LLAppearanceUtility) + add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR}) + endif (INSTALL_PROPRIETARY) add_dependencies(viewer linux-crash-logger-strip-target linux-updater) elseif (DARWIN) add_subdirectory(${VIEWER_PREFIX}mac_crash_logger) |