summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cba0013c..73e89171 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,7 +58,7 @@ endmacro()
58 58
59cmake_policy(SET CMP0011 NEW) 59cmake_policy(SET CMP0011 NEW)
60 60
61add_subdirectory(core) 61add_subdirectory(toxcore)
62add_subdirectory(testing) 62add_subdirectory(testing)
63add_subdirectory(other) 63add_subdirectory(other)
64add_subdirectory(docs) 64add_subdirectory(docs)