SDL3 Basic Window

This commit is contained in:
Xphalnos 2025-06-20 21:14:51 +02:00
parent b552608b83
commit 677893b4b7
5 changed files with 60 additions and 1 deletions

View file

@ -17,6 +17,14 @@ if (NOT TARGET rem)
add_subdirectory(rem)
endif()
# SDL3
if (NOT TARGET SDL3::SDL3)
set(SDL_DISKAUDIO OFF)
set(SDL_TEST_LIBRARY OFF)
set(SDL_PIPEWIRE OFF)
add_subdirectory(SDL3)
endif()
# Toml11
if (NOT TARGET toml11::toml11)
add_subdirectory(toml11)