diff options
Diffstat (limited to 'testing/CMakeLists.txt')
-rw-r--r-- | testing/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 65ba35c0..9e07135c 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt | |||
@@ -12,7 +12,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/crypto_speed_test.cmake) | |||
12 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/timer_test.cmake) | 12 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/timer_test.cmake) |
13 | 13 | ||
14 | if(WIN32) | 14 | if(WIN32) |
15 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox_win32.cmake) | 15 | # include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox_win32.cmake) |
16 | else() | 16 | else() |
17 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) | 17 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) |
18 | add_subdirectory(toxic) | 18 | add_subdirectory(toxic) |