mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
SDL3 Basic Window
This commit is contained in:
parent
b552608b83
commit
677893b4b7
5 changed files with 60 additions and 1 deletions
8
3rd_Party/CMakeLists.txt
vendored
8
3rd_Party/CMakeLists.txt
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue