[Groonga-commit] groonga/groonga at a2f779f [master] Use CXXFLAGS for egn.cpp

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 21:10:53 JST 2015


Kouhei Sutou	2015-06-21 21:10:53 +0900 (Sun, 21 Jun 2015)

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

  Message:
    Use CXXFLAGS for egn.cpp

  Modified files:
    lib/CMakeLists.txt

  Modified: lib/CMakeLists.txt (+1 -1)
===================================================================
--- lib/CMakeLists.txt    2015-06-21 15:39:38 +0900 (8654480)
+++ lib/CMakeLists.txt    2015-06-21 21:10:53 +0900 (45b2c92)
@@ -36,7 +36,7 @@ string(REGEX REPLACE "([^;]+)" "mrb/\\1"
 set_source_files_properties(${LIBGROONGA_SOURCES} ${LIBGRNMRB_SOURCES}
   PROPERTIES
   COMPILE_FLAGS "${GRN_C_COMPILE_FLAGS}")
-set_source_files_properties(dat.cpp ${LIBGRNDAT_SOURCES}
+set_source_files_properties(dat.cpp egn.cpp ${LIBGRNDAT_SOURCES}
   PROPERTIES
   COMPILE_FLAGS "${GRN_CXX_COMPILE_FLAGS}")
 
-------------- next part --------------
HTML����������������������������...
Download 



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