aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-12 15:29:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-12 17:09:30 +0200
commit0a9b030b9ede20cc678e64d478e50529afb1054c (patch)
tree7566521467dc6de82f67627da8862616eb0a2909
parentbfb679de31ba276e0155153fc3efff9b8aacbbf6 (diff)
downloadlibayatana-indicator-0a9b030b9ede20cc678e64d478e50529afb1054c.tar.gz
libayatana-indicator-0a9b030b9ede20cc678e64d478e50529afb1054c.tar.bz2
libayatana-indicator-0a9b030b9ede20cc678e64d478e50529afb1054c.zip
CMakeLists.txt: Always builds indicator3 loader tool (not just when ENABLE_TESTS is set).
-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)