/indra/cmake/LLConvexDecomposition.cmake
https://bitbucket.org/lindenlab/viewer-beta/ · CMake · 12 lines · 9 code · 2 blank · 1 comment · 2 complexity · 6b6258f0e49bf970b7943ed3c0374127 MD5 · raw file
- # -*- 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)
- use_prebuilt_binary(llconvexdecompositionstub)
- set(LLCONVEXDECOMP_LIBRARY llconvexdecompositionstub)
- endif (INSTALL_PROPRIETARY AND NOT STANDALONE)