diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-03-02 22:28:49 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-03-02 22:28:49 +0000 |
commit | b5ef0bb6c235d3a50766fddf02c2850a54480173 (patch) | |
tree | e26b668284871c0af1d6974bd64bb8ac481b0a4c /indra/llmessage/CMakeLists.txt | |
parent | 4521ec1584f4a274c8a1881c28ae429ad5142f9a (diff) |
Clean up use of tut
Diffstat (limited to 'indra/llmessage/CMakeLists.txt')
-rw-r--r-- | indra/llmessage/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 4fb0187412..0f3e159802 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -8,6 +8,7 @@ include(LLMath) include(LLMessage) include(LLVFS) include(LLAddBuildTest) +include(Tut) include_directories (${CMAKE_CURRENT_SOURCE_DIR}) |