Navigation Menu

Skip to content

Commit

Permalink
cmake: avoid name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent 7bed335 commit d41ccf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/mecab/CMakeLists.txt
Expand Up @@ -160,6 +160,7 @@ if(GRN_WITH_BUNDLED_MECAB)
add_library(libmecab SHARED ${LIBMECAB_SOURCES})
set_target_properties(libmecab PROPERTIES OUTPUT_NAME "mecab")
add_executable(mecab ${MECAB_SOURCES})
set_target_properties(mecab PROPERTIES IMPORT_PREFIX "command-")
target_link_libraries(mecab libmecab)
add_executable(mecab-dict-index ${MECAB_DICT_INDEX_SOURCES})
target_link_libraries(mecab-dict-index libmecab)
Expand Down

0 comments on commit d41ccf8

Please sign in to comment.