rpcs3/3rdparty/libsdl-org/CMakeLists.txt

5 lines
223 B
CMake
Raw Normal View History

2025-05-12 20:20:19 +02:00
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)
2022-10-15 21:01:38 +02:00
add_subdirectory(SDL EXCLUDE_FROM_ALL)