summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c760beb5..505983f2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,5 +31,7 @@ macro(linkCoreLibraries exe_name)
31 endif() 31 endif()
32endmacro() 32endmacro()
33 33
34cmake_policy(SET CMP0011 NEW)
35
34ADD_SUBDIRECTORY(testing) 36ADD_SUBDIRECTORY(testing)
35ADD_SUBDIRECTORY(other) \ No newline at end of file 37ADD_SUBDIRECTORY(other) \ No newline at end of file