[Groonga-commit] groonga/groonga [master] cmake: add missing source directory to include directories

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 16日 (水) 23:13:36 JST


Kouhei Sutou	2012-05-16 23:13:36 +0900 (Wed, 16 May 2012)

  New Revision: 7921d07ebcf584e0976be8b3984dff4ebe32b302

  Log:
    cmake: add missing source directory to include directories

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -0)
===================================================================
--- CMakeLists.txt    2012-05-16 23:08:54 +0900 (109aedf)
+++ CMakeLists.txt    2012-05-16 23:13:36 +0900 (873936e)
@@ -65,6 +65,7 @@ add_definitions(
 
 include_directories(
   ${CMAKE_BINARY_DIR}
+  ${CMAKE_SOURCE_DIR}
   ${CMAKE_SOURCE_DIR}/include
   )
 




Groonga-commit メーリングリストの案内
Back to archive index