diff options
author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2012-07-11 02:13:42 +0000 |
---|---|---|
committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2012-07-11 02:13:42 +0000 |
commit | fda39ea12386467f61c8ee5ec28ca45ec84a19f5 (patch) | |
tree | 1d31f84303b6106400829c8e5c98f4774413b272 /indra/llprimitive | |
parent | 34d95fdc01690fe65ac89136cbc4782a9a22af95 (diff) | |
parent | 14acd7de30e2eb2e7c6c4fe59dd26a4317e99f34 (diff) |
Merging main havok-development-hkai and oz's havok-development-hkai
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 ) |