summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 552359c4..ec474ffb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,8 +14,8 @@ if(WIN32)
14 testing/Messenger_test.c) 14 testing/Messenger_test.c)
15else() 15else()
16 set(test_sources 16 set(test_sources
17 #testing/nTox.c) 17 testing/nTox.c)
18 testing/Messenger_test.c) 18 #testing/Messenger_test.c)
19endif() 19endif()
20 20
21add_executable(${exe_name} 21add_executable(${exe_name}