rpcs3/3rdparty/libsdl-org/CMakeLists.txt
2025-05-12 21:40:02 +02:00

4 lines
223 B
CMake

option(SDL_SHARED "Build a shared version of the library" OFF)
option(SDL_STATIC "Build a static version of the library" ON)
option(SDL_TEST_LIBRARY "Build the SDL3_test library" OFF)
add_subdirectory(SDL EXCLUDE_FROM_ALL)