diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-01 09:23:27 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-01 09:23:27 -0400 |
commit | 8bc829220f8fc99180a1b1917220576a59de7339 (patch) | |
tree | 626ee852038ef0729fe86e521f3719f94c94ce44 /indra/llmessage/CMakeLists.txt | |
parent | ed2222be5d33cb4216e6826507ae1d06e9781253 (diff) | |
parent | 635a4524fafe754f38432fce2206f8c730df5234 (diff) |
merge changes for storm-399
Diffstat (limited to 'indra/llmessage/CMakeLists.txt')
-rw-r--r-- | indra/llmessage/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 1cad0f6d22..c5f82cf052 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -10,7 +10,9 @@ include(LLMath) include(LLMessage) include(LLVFS) include(LLAddBuildTest) +include(Python) include(Tut) +include(Python) include_directories (${CMAKE_CURRENT_SOURCE_DIR}) |