diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-01 09:24:05 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-01 09:24:05 -0400 |
commit | 5e617d77f34f17f7a8f3677270f2738f857a60b8 (patch) | |
tree | 921afb347a56f21c0ae7d5c34aae73d9ec96b1bb /indra/llmessage/CMakeLists.txt | |
parent | e0ca936fbf7411bcc1cdd935a50c5913db6a1cb9 (diff) | |
parent | 8bc829220f8fc99180a1b1917220576a59de7339 (diff) |
merge changes for storm-1072
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}) |