From 44ca111c2b9cf45491edc99062f89c89060525ae Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 1 May 2026 19:20:23 +0200 Subject: 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 Signed-off-by: Sander Vrijders --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3