aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7b509db..bc65cee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,11 +79,11 @@ endif()
add_subdirectory(src)
add_subdirectory(data)
+add_subdirectory(tools)
if(ENABLE_TESTS)
include(CTest)
enable_testing()
- add_subdirectory(tools)
add_subdirectory(tests)
if (ENABLE_COVERAGE)