mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +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()
|
||||||
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
|
# main stuff
|
||||||
set(MAIN_HEADERS
|
set(MAIN_HEADERS
|
||||||
src/quadarray.h
|
src/quadarray.h
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue