[Groonga-commit] groonga/groonga [master] cmake: groonga command links to libgroonga.so

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 13日 (金) 12:45:49 JST


Kouhei Sutou	2012-04-13 12:45:49 +0900 (Fri, 13 Apr 2012)

  New Revision: d52352b5bc597a1e0b8a373bb1281b9a86fa8648

  Log:
    cmake: groonga command links to libgroonga.so

  Modified files:
    src/CMakeLists.txt

  Modified: src/CMakeLists.txt (+1 -0)
===================================================================
--- src/CMakeLists.txt    2012-04-13 12:40:28 +0900 (9d0c70b)
+++ src/CMakeLists.txt    2012-04-13 12:45:49 +0900 (560bb94)
@@ -18,3 +18,4 @@ include(${CMAKE_SOURCE_DIR}/build/cmake_modules/ReadFileList.cmake)
 read_file_list(${CMAKE_CURRENT_SOURCE_DIR}/groonga_sources.am GROONGA_SOURCES)
 
 add_executable(groonga ${GROONGA_SOURCES})
+target_link_libraries(groonga ${CMAKE_BINARY_DIR}/lib/libgroonga.so)




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