aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 321cfd1..ab20340 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,5 +16,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
16add_subdirectory(src) 16add_subdirectory(src)
17 17
18if (BUILD_TESTS) 18if (BUILD_TESTS)
19 add_subdirectory(tests) 19 enable_testing()
20 add_subdirectory(tests)
20endif() 21endif()