diff options
-rw-r--r-- | CMakeLists.txt | 3 |
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) |
15 | else() | 15 | else() |
16 | set(test_sources | 16 | set(test_sources |
17 | testing/nTox.c) | 17 | #testing/nTox.c) |
18 | testing/Messenger_test.c) | ||
18 | endif() | 19 | endif() |
19 | 20 | ||
20 | add_executable(${exe_name} | 21 | add_executable(${exe_name} |