[Groonga-commit] groonga/groonga at cc60ba7 [master] token_filter: add missing `target_link_libraries`

Back to archive index

Hiroshi Hatake null+****@clear*****
Sat Oct 4 01:40:37 JST 2014


Hiroshi Hatake	2014-10-04 01:40:37 +0900 (Sat, 04 Oct 2014)

  New Revision: cc60ba7055493f9a8892d14ca519a7d3ab9055dc
  https://github.com/groonga/groonga/commit/cc60ba7055493f9a8892d14ca519a7d3ab9055dc

  Merged 62ed956: Merge pull request #211 from cosmo0920/add-missing-target-link-lib-for-cmake

  Message:
    token_filter: add missing `target_link_libraries`

  Modified files:
    plugins/token_filters/CMakeLists.txt

  Modified: plugins/token_filters/CMakeLists.txt (+1 -0)
===================================================================
--- plugins/token_filters/CMakeLists.txt    2014-10-03 17:35:44 +0900 (d3ddc79)
+++ plugins/token_filters/CMakeLists.txt    2014-10-04 01:40:37 +0900 (e03fbb4)
@@ -28,4 +28,5 @@ set_source_files_properties(${STOP_WORD_SOURCES}
 set_target_properties(stop_word_token_filter PROPERTIES
   PREFIX ""
   OUTPUT_NAME "stop_word")
+target_link_libraries(stop_word_token_filter libgroonga)
 install(TARGETS stop_word_token_filter DESTINATION "${TOKEN_FILTERS_DIR}")
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index