mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
5 lines
223 B
CMake
5 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)
|