We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2f176 commit 73f4962Copy full SHA for 73f4962
CMakeLists.txt
@@ -40,7 +40,9 @@ if(MeshFields_USE_CTAGS)
40
#from: https://stackoverflow.com/a/9842046
41
set_source_files_properties(tags PROPERTIES GENERATED true)
42
add_custom_target(tags
43
- COMMAND ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .
+ COMMAND ctags -R --c++-kinds=+p --fields=+iaS --extra=+q
44
+ --exclude=docs --exclude=cmake --exclude=.git
45
+ --exclude=.github .
46
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
47
add_dependencies(meshFields tags)
48
endif()
0 commit comments