forgot sdl3 in cmake

This commit is contained in:
georgemoralis 2024-03-15 11:36:11 +02:00
parent 6a3ee0f8d6
commit 8c383c1f8b

View file

@ -34,4 +34,7 @@ else()
add_subdirectory(zlib-ng)
endif()
if(NOT ENABLE_QT_GUI)
# SDL3
add_subdirectory(SDL3 EXCLUDE_FROM_ALL)
endif()