]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/CMake/modules.cmake
Adding basic remote capabilities + UART Rx DMA buffers
[kiibohd-controller.git] / Lib / CMake / modules.cmake
index 0951d4dc8af58c8b5b009a75a2843d72789e86af..d13b86896b1527d740a6f16d01097a1440c14fcf 100644 (file)
@@ -277,7 +277,7 @@ if ( CTAGS_EXECUTABLE )
        endforeach ()
 
        # Generate the ctags
-       execute_process ( COMMAND ctags ${CTAG_PATHS}
+       execute_process ( COMMAND ctags --fields=+l ${CTAG_PATHS}
                WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
        )
 endif ()