summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAstonex <softukitu@gmail.com>2013-08-08 21:58:54 +0100
committerAstonex <softukitu@gmail.com>2013-08-08 21:58:54 +0100
commit85092b64413935ae06008450f665d91ccfc3db18 (patch)
tree2530ee4346b91fd94886f6cba8ebd53a3b615461 /CMakeLists.txt
parent5024bab9309b75994663b506a6b7aff2130d611d (diff)
Update CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5e1196b..c0fea1a1 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,4 +53,6 @@ add_subdirectory(core)
53add_subdirectory(testing) 53add_subdirectory(testing)
54add_subdirectory(other) 54add_subdirectory(other)
55add_subdirectory(docs) 55add_subdirectory(docs)
56add_subdirectory(auto_tests) 56if(UNIX)
57 add_subdirectory(auto_tests)
58endif()