diff options
Diffstat (limited to 'testing/CMakeLists.txt')
-rw-r--r-- | testing/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 6b0d64c3..988efe42 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt | |||
@@ -13,4 +13,6 @@ if(WIN32) | |||
13 | endif() | 13 | endif() |
14 | if(NOT WIN32) | 14 | if(NOT WIN32) |
15 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) | 15 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) |
16 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/toxic.cmake) | ||
17 | |||
16 | endif() | 18 | endif() |