[Groonga-mysql-commit] mroonga/mroonga at 641350a [master] Install install.sql and uninstall.sql

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 21 17:08:57 JST 2014


Kouhei Sutou	2014-05-21 17:08:57 +0900 (Wed, 21 May 2014)

  New Revision: 641350a0ce284c8c44586bd1af5bff60bb9b1c02
  https://github.com/mroonga/mroonga/commit/641350a0ce284c8c44586bd1af5bff60bb9b1c02

  Message:
    Install install.sql and uninstall.sql

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+6 -0)
===================================================================
--- CMakeLists.txt    2014-05-16 16:45:11 +0900 (e44c47e)
+++ CMakeLists.txt    2014-05-21 17:08:57 +0900 (dff0b20)
@@ -345,3 +345,9 @@ configure_file(
 configure_file(
   "${PROJECT_SOURCE_DIR}/data/install.sql.in"
   "${PROJECT_BINARY_DIR}/data/install.sql")
+
+set(MRN_DATA_DIR "share/${PROJECT_NAME}")
+install(FILES
+  "${PROJECT_BINARY_DIR}/data/install.sql"
+  "${PROJECT_SOURCE_DIR}/data/uninstall.sql"
+  DESTINATION "${MRN_DATA_DIR}/")
-------------- next part --------------
HTML����������������������������...
Descargar 



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