PageRenderTime 32ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): LGPL-2.1
  1. # -*- cmake -*-
  2. include(Prebuilt)
  3. set(LLCONVEXDECOMP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
  4. if (INSTALL_PROPRIETARY AND NOT STANDALONE)
  5. use_prebuilt_binary(llconvexdecomposition)
  6. set(LLCONVEXDECOMP_LIBRARY llconvexdecomposition)
  7. else (INSTALL_PROPRIETARY AND NOT STANDALONE)
  8. use_prebuilt_binary(llconvexdecompositionstub)
  9. set(LLCONVEXDECOMP_LIBRARY llconvexdecompositionstub)
  10. endif (INSTALL_PROPRIETARY AND NOT STANDALONE)