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/test | |
parent | 4521ec1584f4a274c8a1881c28ae429ad5142f9a (diff) |
Clean up use of tut
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index b9e0e3dbdd..c8682c8ea7 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -12,6 +12,7 @@ include(LLVFS) include(LLXML) include(LScript) include(Linking) +include(Tut) include_directories( ${LLCOMMON_INCLUDE_DIRS} |