diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-01-25 18:46:19 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-01-25 18:46:19 -0500 |
commit | 739358779267413887a57d2a6d6b651312245495 (patch) | |
tree | a9196a00c7e372b7f38f43f46f2682d4139e9d8c /indra/cmake/LLConvexDecomposition.cmake | |
parent | 50b67f052a440fba54a05fe32320f6bb84ea43cc (diff) |
PATH-192 WIP adding convex decomp to pathing
First pass at using new llPhysicsExtensions library which
combines pathing and convex decomp.
Diffstat (limited to 'indra/cmake/LLConvexDecomposition.cmake')
-rw-r--r-- | indra/cmake/LLConvexDecomposition.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/cmake/LLConvexDecomposition.cmake b/indra/cmake/LLConvexDecomposition.cmake deleted file mode 100644 index 1731853300..0000000000 --- a/indra/cmake/LLConvexDecomposition.cmake +++ /dev/null @@ -1,12 +0,0 @@ -# -*- 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) |