mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
a
This commit is contained in:
parent
c81ed901ee
commit
6f94b16779
1 changed files with 0 additions and 8 deletions
|
|
@ -38,14 +38,6 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
|
||||
#https://github.com/Ravbug/sdl3-sample/blob/main/CMakeLists.txt
|
||||
if ((APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES "Darwin") OR EMSCRIPTEN)
|
||||
set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "") # Disable shared builds on platforms where it does not make sense to use them
|
||||
set(SDL_SHARED OFF)
|
||||
else()
|
||||
set(SDL_SHARED ON)
|
||||
endif()
|
||||
|
||||
# main stuff
|
||||
set(MAIN_HEADERS
|
||||
src/quadarray.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue