Skip to content
Snippets Groups Projects
Commit 152009f2 authored by Konstantin Shulgin's avatar Konstantin Shulgin
Browse files

Make 'TAGS' rule was fixed.

parent be660a9b
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ set (CMAKE_C_FLAGS_RELEASE "-DNDEBUG -DNVALGRIND")
#
# Enable 'make TAGS' target.
#
add_custom_target(TAGS COMMAND ctags -R --langmap=ObjectiveC:.m.h -e -f TAGS
add_custom_target(TAGS COMMAND ctags -R --langmap=ObjectiveC:.m -e -f TAGS
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment