From 0a9b030b9ede20cc678e64d478e50529afb1054c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 12 May 2021 15:29:55 +0200 Subject: CMakeLists.txt: Always builds indicator3 loader tool (not just when ENABLE_TESTS is set). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3