[Groonga-commit] groonga/groonga-normalizer-mysql at d5b8574 [master] cmake: install license information

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 20 23:17:00 JST 2015


Kouhei Sutou	2015-10-20 23:17:00 +0900 (Tue, 20 Oct 2015)

  New Revision: d5b8574cfb8e27e751c1904e8649565a0431400c
  https://github.com/groonga/groonga-normalizer-mysql/commit/d5b8574cfb8e27e751c1904e8649565a0431400c

  Message:
    cmake: install license information

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+7 -1)
===================================================================
--- CMakeLists.txt    2015-07-17 11:44:53 +0900 (3577572)
+++ CMakeLists.txt    2015-10-20 23:17:00 +0900 (6f458e2)
@@ -16,7 +16,8 @@
 # MA 02110-1301, USA
 
 cmake_minimum_required(VERSION 2.6)
-project(groonga-normalizer-mysql)
+set(GROONGA_NORMALIZER_MYSQL_PROJECT_NAME "groonga-normalizer-mysql")
+project("${GROONGA_NORMALIZER_MYSQL_PROJECT_NAME}")
 
 if(DEFINED GROONGA_NORMALIZER_MYSQL_EMBED)
   set(GROONGA_NORMALIZER_MYSQL_EMBED_DEFAULT
@@ -72,3 +73,8 @@ if(NOT GROONGA_NORMALIZER_MYSQL_EMBED)
     FILES "${CMAKE_CURRENT_BINARY_DIR}/groonga-normalizer-mysql.pc"
     DESTINATION "lib/pkgconfig/")
 endif()
+
+install(FILES
+  "README.md"
+  "doc/text/lgpl-2.0.txt"
+  DESTINATION "share/${GROONGA_NORMALIZER_MYSQL_PROJECT_NAME}")
-------------- next part --------------
HTML����������������������������...
Download 



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