diff options
-rw-r--r-- | testing/CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 91c059a9..12efc2f4 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt | |||
@@ -2,10 +2,12 @@ cmake_minimum_required(VERSION 2.6.0) | |||
2 | 2 | ||
3 | cmake_policy(SET CMP0011 NEW) | 3 | cmake_policy(SET CMP0011 NEW) |
4 | 4 | ||
5 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_cryptosendfiletest.cmake) | 5 | #include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_cryptosendfiletest.cmake) |
6 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_sendfiletest.cmake) | 6 | #include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_sendfiletest.cmake) |
7 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_test.cmake) | 7 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_test.cmake) |
8 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testclient.cmake) | 8 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testclient.cmake) |
9 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testserver.cmake) | 9 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testserver.cmake) |
10 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Messenger_test.cmake) | 10 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Messenger_test.cmake) |
11 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) \ No newline at end of file | 11 | if(NOT WIN32) |
12 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) | ||
13 | endif() | ||