mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
243a64170b
commit
9415e559bc
1 changed files with 4 additions and 0 deletions
4
thirdparty/CMakeLists.txt
vendored
4
thirdparty/CMakeLists.txt
vendored
|
|
@ -15,6 +15,10 @@ set(SDL2MIXER_OPUS OFF)
|
||||||
set(SDL2MIXER_VORBIS "VORBISFILE")
|
set(SDL2MIXER_VORBIS "VORBISFILE")
|
||||||
set(SDL2MIXER_WAVPACK OFF)
|
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}/msdf-atlas-gen")
|
||||||
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/nativefiledialog-extended")
|
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/nativefiledialog-extended")
|
||||||
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/o1heap")
|
add_subdirectory("${UNLEASHED_RECOMP_THIRDPARTY_ROOT}/o1heap")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue