[Groonga-commit] groonga/groonga at 91d0a31 [master] cmake mruby: add missing include path

Back to archive index
Kouhei Sutou null+****@clear*****
Thu May 16 18:40:01 JST 2019


Kouhei Sutou	2019-05-16 18:40:01 +0900 (Thu, 16 May 2019)

  Revision: 91d0a314b049523389775890a6ebfe9a76f59e82
  https://github.com/groonga/groonga/commit/91d0a314b049523389775890a6ebfe9a76f59e82

  Message:
    cmake mruby: add missing include path

  Modified files:
    vendor/mruby/CMakeLists.txt

  Modified: vendor/mruby/CMakeLists.txt (+2 -0)
===================================================================
--- vendor/mruby/CMakeLists.txt    2019-05-16 17:40:26 +0900 (d11b30828)
+++ vendor/mruby/CMakeLists.txt    2019-05-16 18:40:01 +0900 (5664b8c8f)
@@ -1,4 +1,5 @@
 # Copyright(C) 2013-2018 Brazil
+# Copyright(C) 2019 Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -21,6 +22,7 @@ if(GRN_WITH_MRUBY)
     "${MRUBY_SOURCE_DIR}/src"
     "${MRUBY_SOURCE_DIR}/mrbgems/mruby-compiler/core"
     "${MRUBY_SOURCE_DIR}/mrbgems/mruby-io/include"
+    "${MRUBY_SOURCE_DIR}/mrbgems/mruby-time/include"
     "${CMAKE_CURRENT_SOURCE_DIR}/../onigmo-source"
   )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190516/f19b6f0b/attachment.html>


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