mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #4871 fix gtags generation
git-svn-id: file:///svn/toku/tokudb@48318 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
2bc55f6b86
commit
eaaa4b6a09
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ if (USE_GTAGS)
|
|||
OUTPUT "${CMAKE_CURRENT_SOURCE_DIR}/GRTAGS"
|
||||
OUTPUT "${CMAKE_CURRENT_SOURCE_DIR}/GPATH"
|
||||
OUTPUT "${CMAKE_CURRENT_SOURCE_DIR}/GSYMS"
|
||||
COMMAND ${GTAGS} -i ${idutils_option} -f "${CMAKE_CURRENT_BINARY_DIR}/gtags.files"
|
||||
COMMAND ${GTAGS} -f "${CMAKE_CURRENT_BINARY_DIR}/gtags.files"
|
||||
DEPENDS ${all_srcs} ${all_hdrs} install_tdb_h generate_config_h generate_log_code
|
||||
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
add_custom_target(build_GTAGS ALL DEPENDS
|
||||
|
|
Loading…
Add table
Reference in a new issue