[Groonga-commit] groonga/groonga at 783c6c7 [master] cmake: add missing include directory

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun May 22 01:07:03 JST 2016


Kouhei Sutou	2016-05-22 01:07:03 +0900 (Sun, 22 May 2016)

  New Revision: 783c6c7528836478b360e2f775ff43b45f858ec7
  https://github.com/groonga/groonga/commit/783c6c7528836478b360e2f775ff43b45f858ec7

  Message:
    cmake: add missing include directory

  Modified files:
    plugins/table/CMakeLists.txt
    src/suggest/CMakeLists.txt

  Modified: plugins/table/CMakeLists.txt (+2 -1)
===================================================================
--- plugins/table/CMakeLists.txt    2016-05-22 00:56:15 +0900 (bd423a8)
+++ plugins/table/CMakeLists.txt    2016-05-22 01:07:03 +0900 (0ee86e8)
@@ -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 TABLE_SOURCES)
 if(NOT GRN_EMBED)

  Modified: src/suggest/CMakeLists.txt (+2 -1)
===================================================================
--- src/suggest/CMakeLists.txt    2016-05-22 00:56:15 +0900 (c0c7a9c)
+++ src/suggest/CMakeLists.txt    2016-05-22 01:07:03 +0900 (83ae26b)
@@ -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}/create_dataset_sources.am
   GROONGA_SUGGEST_CREATE_DATASET_SOURCES)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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