phoenix-firestorm/indra/cmake/LLConvexDecomposition.cmake

12 lines
349 B
CMake

# -*- cmake -*-
include(Prebuilt)
set(LLCONVEXDECOMP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
if (INSTALL_PROPRIETARY AND NOT STANDALONE)
use_prebuilt_binary(llconvexdecomposition)
set(LLCONVEXDECOMP_LIBRARY llconvexdecomposition)
else (INSTALL_PROPRIETARY AND NOT STANDALONE)
include(HACD)
endif (INSTALL_PROPRIETARY AND NOT STANDALONE)