diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-19 18:06:56 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-19 18:06:56 -0800 |
commit | 37626b32ffd23d848ce5e41abf6052445b6633e2 (patch) | |
tree | aa9aa6a70a4fdd5c3510a52cd64cc17182ea6448 /indra/newview | |
parent | 9682b9b5db695643b90720f9da2c8d03e4559dd4 (diff) |
STORM-151 : Modify llkdu cmake to point explicitely to static libs, simplify make (in progress, don't pull yet)
Diffstat (limited to 'indra/newview')
-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 8d6c9d7f7b..a197ac1b81 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -50,6 +50,7 @@ include_directories( ${LLCHARACTER_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS} ${LLIMAGE_INCLUDE_DIRS} + ${LLKDU_INCLUDE_DIRS} ${LLINVENTORY_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS} ${LLMESSAGE_INCLUDE_DIRS} |