mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
Make SDL2 the default
This commit is contained in:
parent
93ac73179f
commit
916c3214d2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ ENDIF(NOT CMAKE_BUILD_TYPE)
|
|||
OPTION(AQUARIA_DEMO_BUILD "Demo Build?" FALSE)
|
||||
OPTION(AQUARIA_USE_VFS "Use Virtual File System? Required for some additional features." TRUE)
|
||||
|
||||
OPTION(AQUARIA_USE_SDL2 "Use SDL2" FALSE)
|
||||
OPTION(AQUARIA_USE_SDL2 "Use SDL2" TRUE)
|
||||
OPTION(AQUARIA_USE_GLM "Use GLM for matrix math" TRUE)
|
||||
|
||||
# No Steamworks SDK for Linux at the moment. Roll our own achievements.
|
||||
|
|
Loading…
Reference in a new issue