Navigation Menu

Skip to content

Commit

Permalink
cmake: use libgroonga.dll on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 19, 2018
1 parent 6544faf commit 00c14b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/CMakeLists.txt
Expand Up @@ -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}
Expand Down

0 comments on commit 00c14b7

Please sign in to comment.