enable SDL3 by default

This commit is contained in:
Sasha Szpakowski
2024-10-12 12:59:11 -03:00
parent 5a7296c6c5
commit ca75ca497b
+1 -1
View File
@@ -11,7 +11,7 @@ project(megasource)
set(MEGA TRUE)
option(LOVE_USE_SDL3 "Use SDL3 instead of SDL2" OFF)
option(LOVE_USE_SDL3 "Use SDL3 instead of SDL2" ON)
set (CMAKE_CXX_STANDARD 11)