This commit is contained in:
DepressedTWM 2026-06-12 13:08:09 -04:00
parent c81ed901ee
commit 6f94b16779

View file

@ -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