summaryrefslogtreecommitdiff
path: root/testing/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-15 16:57:34 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-15 16:57:34 -0700
commit75873e31db5a881cdd0caf408c192e91b1901149 (patch)
tree7fcb0f26a101363a7efcb9868a9ec8f2be6e1e1f /testing/CMakeLists.txt
parent9e3d5d6488b402805509befbf9619d9fc589b58b (diff)
parentd93b5e2cb8c1af1885969448097c7426b27b0b6a (diff)
Merge pull request #475 from nurupo/master
Commented out nTox_win32 in cmake
Diffstat (limited to 'testing/CMakeLists.txt')
-rw-r--r--testing/CMakeLists.txt2
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)
12include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/timer_test.cmake) 12include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/timer_test.cmake)
13 13
14if(WIN32) 14if(WIN32)
15 include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox_win32.cmake) 15# include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox_win32.cmake)
16else() 16else()
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)