[Groonga-commit] groonga/groonga at bb69297 [master] cmake: support generating config.sh for testing

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Oct 4 12:27:27 JST 2013


Kouhei Sutou	2013-10-04 12:27:27 +0900 (Fri, 04 Oct 2013)

  New Revision: bb69297ad5f509634a67ab09f139856bec4388eb
  https://github.com/groonga/groonga/commit/bb69297ad5f509634a67ab09f139856bec4388eb

  Message:
    cmake: support generating config.sh for testing

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+7 -0)
===================================================================
--- CMakeLists.txt    2013-10-04 12:18:12 +0900 (29ef6db)
+++ CMakeLists.txt    2013-10-04 12:27:27 +0900 (75b7d66)
@@ -368,6 +368,13 @@ add_subdirectory(data)
 
 configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
+set(RUBY "ruby") # TODO: support customization
+set(GROONGA "${CMAKE_CURRENT_BINARY_DIR}/src/groonga")
+set(GROONGA_SUGGEST_CREATE_DATASET
+  "${CMAKE_CURRENT_BINARY_DIR}/src/suggest/groonga-suggest-create-dataset")
+set(GROONGA_BENCHMARK "${CMAKE_CURRENT_BINARY_DIR}/src/groonga-benchmark")
+configure_file(config.sh.in "${CMAKE_CURRENT_BINARY_DIR}/config.sh" @ONLY)
+
 set(prefix "${CMAKE_INSTALL_PREFIX}")
 set(exec_prefix "${prefix}")
 set(bindir "${CMAKE_INSTALL_PREFIX}/${BIN_DIR}")
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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