build: add SDL3 dependency

This commit is contained in:
2026-07-17 09:04:44 +08:00
parent d6e1e4a50e
commit 236a2a1a49
3 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ find_package(zstd REQUIRED)
find_package(OpenAL REQUIRED)
find_package(harfbuzz REQUIRED)
find_package(Freetype REQUIRED)
find_package(SDL3 REQUIRED)
if (UNIX AND NOT APPLE)
find_package(glfw3 REQUIRED)
endif()