summaryrefslogtreecommitdiff
path: root/indra/cmake/LLAppearanceUtility.cmake
blob: 3415ef1bd934343d95ef6921d6eb17a82113dad3 (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_utility)
        set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)
        set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)
    endif (LINUX)
endif (INSTALL_PROPRIETARY)