[Groonga-commit] groonga/groonga [master] cmake: install suggest plugin

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 15日 (日) 18:38:22 JST


Kouhei Sutou	2012-04-15 18:38:22 +0900 (Sun, 15 Apr 2012)

  New Revision: 1eb7592c4b92d088779fffb6b03e2585eabfa485

  Log:
    cmake: install suggest plugin

  Modified files:
    plugins/suggest/CMakeLists.txt

  Modified: plugins/suggest/CMakeLists.txt (+1 -0)
===================================================================
--- plugins/suggest/CMakeLists.txt    2012-04-15 18:37:41 +0900 (725e76a)
+++ plugins/suggest/CMakeLists.txt    2012-04-15 18:38:22 +0900 (332f526)
@@ -23,3 +23,4 @@ read_file_list(${CMAKE_CURRENT_SOURCE_DIR}/sources.am SUGGEST_SOURCES)
 add_library(suggest MODULE ${SUGGEST_SOURCES})
 set_target_properties(suggest PROPERTIES PREFIX "")
 target_link_libraries(suggest ${LIBGROONGA})
+install(TARGETS suggest DESTINATION "${GRN_PLUGINS_DIR}/suggest")




Groonga-commit メーリングリストの案内
Back to archive index