mirror of
https://github.com/open-goal/jak-project
synced 2026-06-09 04:40:19 -04:00
cmake: fix regression for building SDL statically (#2894)
This commit is contained in:
+5
-1
@@ -219,7 +219,11 @@ build_third_party_lib(zstd libzstd_static)
|
||||
|
||||
# build SDL
|
||||
include(SDLOptions)
|
||||
build_third_party_lib(SDL SDL2)
|
||||
if(STATICALLY_LINK)
|
||||
build_third_party_lib(SDL SDL2-static)
|
||||
else()
|
||||
build_third_party_lib(SDL SDL2)
|
||||
endif()
|
||||
|
||||
# build imgui
|
||||
include_directories(third-party/glad/include)
|
||||
|
||||
Reference in New Issue
Block a user