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