diff options
author | Don Kjer <don@lindenlab.com> | 2012-07-26 22:59:30 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-07-26 22:59:30 +0000 |
commit | bd1b664d45a75e57209e06b288849c0536d00151 (patch) | |
tree | 863ba132ec822f7f2a3feaf5a934f298374179cd /indra/llprimitive/CMakeLists.txt | |
parent | cff3469d46d297fbec34bc0d648588e900cd255c (diff) | |
parent | 124f45d20ecf45c43a9f277be89de2e1fec40b8b (diff) |
Merge viewer-development -> viewer-horde-fixes
Diffstat (limited to 'indra/llprimitive/CMakeLists.txt')
-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 ) |