diff options
author | Oz Linden <oz@lindenlab.com> | 2012-07-05 12:16:48 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-07-05 12:16:48 -0400 |
commit | 702e6815ed70cb210dc2a014237e0c15a2a69045 (patch) | |
tree | e6664c09b57b47c658dc28fc2b14c0a4c5d77700 /indra/llprimitive | |
parent | 92fb00683594ad83ea36dca6fe4fdafbb778c470 (diff) |
partial changes for building with the llphysicsextensions source package
Diffstat (limited to 'indra/llprimitive')
-rw-r--r-- | indra/llprimitive/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llprimitive/CMakeLists.txt b/indra/llprimitive/CMakeLists.txt index 7d0e313ff3..e4d9de7eb6 100644 --- a/indra/llprimitive/CMakeLists.txt +++ b/indra/llprimitive/CMakeLists.txt @@ -7,12 +7,14 @@ include(LLCommon) include(LLMath) include(LLMessage) include(LLXML) +include(LLPhysicsExtensions) include_directories( ${LLCOMMON_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS} ${LLMESSAGE_INCLUDE_DIRS} ${LLXML_INCLUDE_DIRS} + ${LLPHYSICSEXTENSIONS_INCLUDE_DIRS} ${LIBS_PREBUILT_DIR}/include/collada ${LIBS_PREBUILT_DIR}/include/collada/1.4 ) |