summaryrefslogtreecommitdiff
path: root/testing/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-30 07:38:47 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-30 07:38:47 -0400
commit5a6645709b72e932ff8d47f3141d3f7346b49a5f (patch)
treed3b32df9c6a229d2e8876d78dc0933150bc1e6d0 /testing/CMakeLists.txt
parentb1726f55ed9864e36d11cbdaf616153da4c9ddb5 (diff)
Fixed build.
Diffstat (limited to 'testing/CMakeLists.txt')
-rw-r--r--testing/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index af771085..b942e1ca 100644
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -15,5 +15,4 @@ endif()
15if(NOT WIN32) 15if(NOT WIN32)
16 include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) 16 include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake)
17 include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/toxic.cmake) 17 include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/toxic.cmake)
18 add_subdirectory(other)
19endif() 18endif()