[Groonga-commit] groonga/groonga at 00c14b7 [master] cmake: use libgroonga.dll on Windows

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 19 12:29:08 JST 2018


Kouhei Sutou	2018-02-19 12:29:08 +0900 (Mon, 19 Feb 2018)

  New Revision: 00c14b74030623771f32ac57831375110d7c22cb
  https://github.com/groonga/groonga/commit/00c14b74030623771f32ac57831375110d7c22cb

  Message:
    cmake: use libgroonga.dll on Windows

  Modified files:
    lib/CMakeLists.txt

  Modified: lib/CMakeLists.txt (+3 -1)
===================================================================
--- lib/CMakeLists.txt    2018-02-19 10:35:01 +0900 (382c904ce)
+++ lib/CMakeLists.txt    2018-02-19 12:29:08 +0900 (0d3e36572)
@@ -87,7 +87,9 @@ if(GRN_EMBED)
 else()
   add_library(libgroonga SHARED ${GRN_ALL_SOURCES})
 endif()
-set_target_properties(libgroonga PROPERTIES OUTPUT_NAME "groonga")
+if(NOT MSVC)
+  set_target_properties(libgroonga PROPERTIES OUTPUT_NAME "groonga")
+endif()
 
 set(GRN_ALL_LIBRARIES
     ${EXECINFO_LIBS}
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180219/52daf1cc/attachment.htm 



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