summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-05-01 19:20:23 +0200
committerSander Vrijders <sander@ouroboros.rocks>2026-05-20 08:17:05 +0200
commit44ca111c2b9cf45491edc99062f89c89060525ae (patch)
treea7fa29b3c6789973ac0ed902f6d772a0971394c1 /CMakeLists.txt
parent6cd68ca0e61311cd4d6177b4c564432865a84a23 (diff)
downloadouroboros-44ca111c2b9cf45491edc99062f89c89060525ae.tar.gz
ouroboros-44ca111c2b9cf45491edc99062f89c89060525ae.zip
build: Add a 'tags' target for ctags index generation
The build will now detect presence of ctags, and allows generating a tags file with 'make tags' for convenience. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c886146d..bfabd711 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,5 +69,6 @@ add_subdirectory(src/ipcpd)
add_subdirectory(src/tools)
setup_coverage_target()
include(doc)
+include(tags)
include(install)