summaryrefslogtreecommitdiff
path: root/indra/cmake/LLAppearanceUtility.cmake
blob: bea45543dea2fbe0e37381f4d6f0b162660f478f (plain)
1
2
3
4
5
6
7
8
9
10
11
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)