summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5eb00b90..552359c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +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)
18endif() 19endif()
19 20
20add_executable(${exe_name} 21add_executable(${exe_name}