[Groonga-commit] groonga/groonga at 6d0184a [master] cmake: add missing include directory

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun May 22 01:12:02 JST 2016


Kouhei Sutou	2016-05-22 01:12:02 +0900 (Sun, 22 May 2016)

  New Revision: 6d0184a378c1357022a8f25849672c41892c4990
  https://github.com/groonga/groonga/commit/6d0184a378c1357022a8f25849672c41892c4990

  Message:
    cmake: add missing include directory

  Modified files:
    plugins/suggest/CMakeLists.txt

  Modified: plugins/suggest/CMakeLists.txt (+2 -1)
===================================================================
--- plugins/suggest/CMakeLists.txt    2016-05-22 01:07:03 +0900 (03375f9)
+++ plugins/suggest/CMakeLists.txt    2016-05-22 01:12:02 +0900 (e7d5364)
@@ -15,7 +15,8 @@
 
 include_directories(
   ${CMAKE_CURRENT_SOURCE_DIR}/../../lib
-  ${MRUBY_INCLUDE_DIRS})
+  ${MRUBY_INCLUDE_DIRS}
+  ${MESSAGE_PACK_INCLUDE_DIRS})
 
 read_file_list(${CMAKE_CURRENT_SOURCE_DIR}/sources.am SUGGEST_SOURCES)
 set_source_files_properties(${SUGGEST_SOURCES}
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る