mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
enable SDL3 by default
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user