Brinng back indra/cmake/LLAppearanceUtility.cmake as well.

master
Nicky 2022-02-18 21:24:40 +01:00
parent 4a311d6266
commit 07d7dcc0be
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# -*- cmake -*-
include(Prebuilt)
include(Boost)
# Linux proprietary build only
if (INSTALL_PROPRIETARY)
if(LINUX)
use_prebuilt_binary(llappearance_utility)
set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)
set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)
endif (LINUX)
endif (INSTALL_PROPRIETARY)