Update CMakeLists.txt

This commit is contained in:
Darío 2025-03-05 20:11:39 -03:00 committed by GitHub
parent 243a64170b
commit 9415e559bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,10 @@ set(SDL2MIXER_OPUS OFF)
set(SDL2MIXER_VORBIS "VORBISFILE")
set(SDL2MIXER_WAVPACK OFF)
if (WIN32)
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/SDL")
endif()
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/msdf-atlas-gen")
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/nativefiledialog-extended")
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/o1heap")