release for windows with static librarys
This commit is contained in:
@@ -12,6 +12,9 @@ if (ENABLE_GROUND_BUILD)
|
||||
if(WIN32)
|
||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||
set(EXTRA_LIBS ws2_32)
|
||||
if (MSVC)
|
||||
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
find_package(SDL2 REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user