summaryrefslogtreecommitdiff
path: root/indra/cmake/Tut.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/Tut.cmake')
-rw-r--r--indra/cmake/Tut.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/cmake/Tut.cmake b/indra/cmake/Tut.cmake
new file mode 100644
index 0000000000..784560471d
--- /dev/null
+++ b/indra/cmake/Tut.cmake
@@ -0,0 +1,12 @@
+# -*- cmake -*-
+include(Prebuilt)
+
+set(TUT_FIND_REQUIRED TRUE)
+set(TUT_FIND_QUIETLY TRUE)
+
+if (STANDALONE)
+ include(FindTut)
+ include_directories(${TUT_INCLUDE_DIR})
+else (STANDALONE)
+ use_prebuilt_binary(tut)
+endif (STANDALONE)