Skip to content

Commit

Permalink
enforce lib name for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Oct 10, 2023
1 parent 785f49e commit 3ffb9c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ set(CMAKE_CXX_FLAGS_DEBUG "-g")

if(APPLE)
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
elseif(MSVC)
set_target_properties(coreforecast PROPERTIES OUTPUT_NAME "libcoreforecast")
endif()

if(UNIX)
Expand Down

0 comments on commit 3ffb9c8

Please sign in to comment.