CMakeLists.txt: run ctags

This commit is contained in:
Daniel Brahneborg 2025-12-07 11:16:51 +01:00
parent 4805801e65
commit 9c9fa59e12

View file

@ -19,3 +19,8 @@ execute_process(
target_link_libraries(autofw ${LIBPCRE}) target_link_libraries(autofw ${LIBPCRE})
add_custom_target(tags
ALL
COMMAND ctags -w *.[ch]
)