X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Lib%2FCMake%2Fmodules.cmake;h=d13b86896b1527d740a6f16d01097a1440c14fcf;hb=7e68e81f4757ffff2261ab4a887d4114318aa5b6;hp=0951d4dc8af58c8b5b009a75a2843d72789e86af;hpb=2922fce0f72268b823226268ee9f64f165779621;p=kiibohd-controller.git diff --git a/Lib/CMake/modules.cmake b/Lib/CMake/modules.cmake index 0951d4d..d13b868 100644 --- a/Lib/CMake/modules.cmake +++ b/Lib/CMake/modules.cmake @@ -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 ()