CMake: default to shared library builds being enabled.
This commit is contained in:
parent
ad5a745d09
commit
1def23c4b1
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,10 @@ if(EMSCRIPTEN)
|
|||
set(SDL_DLOPEN_ENABLED_BY_DEFAULT OFF)
|
||||
endif()
|
||||
|
||||
if (NOT DEFINED SDL_SHARED_ENABLED_BY_DEFAULT)
|
||||
set(SDL_SHARED_ENABLED_BY_DEFAULT ON)
|
||||
endif()
|
||||
|
||||
set(SDL_SUBSYSTEMS
|
||||
Atomic Audio Video Render Events Joystick Haptic Power Threads Timers
|
||||
File Loadso CPUinfo Filesystem Dlopen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue