summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-02-18 21:19:06 +0100
committerNicky <nicky.dasmijn@gmail.com>2022-02-18 21:19:06 +0100
commit4a311d6266a25cef2dc6c465e009d5d274f6b63a (patch)
treea66be4ce380d505381e671325a1a919f234b786b /indra
parent84ca1a3c7a0bbf44acf8d6f3fd1ca9b5167f263d (diff)
Bring back llappearance_utility.
Diffstat (limited to 'indra')
-rw-r--r--indra/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt
index e425775317..dc1c28ce5b 100644
--- a/indra/CMakeLists.txt
+++ b/indra/CMakeLists.txt
@@ -67,6 +67,13 @@ if (ENABLE_MEDIA_PLUGINS)
add_subdirectory(${LIBS_OPEN_PREFIX}media_plugins)
endif (ENABLE_MEDIA_PLUGINS)
+if (LINUX)
+ if (INSTALL_PROPRIETARY)
+ include(LLAppearanceUtility)
+ add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR})
+ endif (INSTALL_PROPRIETARY)
+endif (LINUX)
+
if (WINDOWS)
# cmake EXISTS requires an absolute path, see indra/cmake/Variables.cmake
if (EXISTS ${VIEWER_DIR}win_setup)