mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-10 01:58:39 +00:00
forgot sdl3 in cmake
This commit is contained in:
parent
6a3ee0f8d6
commit
8c383c1f8b
1 changed files with 4 additions and 1 deletions
5
externals/CMakeLists.txt
vendored
5
externals/CMakeLists.txt
vendored
|
@ -34,4 +34,7 @@ else()
|
||||||
add_subdirectory(zlib-ng)
|
add_subdirectory(zlib-ng)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(NOT ENABLE_QT_GUI)
|
||||||
|
# SDL3
|
||||||
|
add_subdirectory(SDL3 EXCLUDE_FROM_ALL)
|
||||||
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue