summaryrefslogtreecommitdiff
path: root/indra/cmake/LLConvexDecomposition.cmake
blob: 17318533008e007aff10154ad7253973e490353d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- 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)