diff options
author | Oz Linden <oz@lindenlab.com> | 2012-07-05 06:08:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-07-05 06:08:34 -0400 |
commit | 14f754f1608a0f8ca62ead485669d88cc651667d (patch) | |
tree | 0270cbc6fb6a74a5290eef59c69bb253fe976037 /indra/newview/CMakeLists.txt | |
parent | 619e0b9a359a0dd340bcb734ff6397b8af976258 (diff) |
begin integrating building of llphysicsextensions from source here (incomplete)
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index c91d276c8f..f0045692c4 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -58,6 +58,7 @@ include_directories( ${LLINVENTORY_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS} ${LLMESSAGE_INCLUDE_DIRS} + ${LLPHYSICSEXTENSIONS_INCLUDE_DIRS} ${LLPLUGIN_INCLUDE_DIRS} ${LLPRIMITIVE_INCLUDE_DIRS} ${LLRENDER_INCLUDE_DIRS} |