mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
fix Windows build on release config
This commit is contained in:
parent
bae3621874
commit
9a1f16757a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ project(furnace)
|
|||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
if (WIN32)
|
||||
set(SDL_SHARED OFF)
|
||||
add_subdirectory(extern/SDL)
|
||||
add_subdirectory(extern/zlib)
|
||||
set(HAVE_SDL2 SDL2-static)
|
||||
|
|
Loading…
Reference in a new issue