externals: Update SoundTouch to upstream. (#6451)

This commit is contained in:
Steveice10 2023-04-25 15:25:02 -07:00 committed by GitHub
parent 227926c1fa
commit d16dce6d99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View file

@ -104,9 +104,11 @@ target_include_directories(nihstro-headers INTERFACE ./nihstro/include)
add_subdirectory(open_source_archives)
# SoundTouch
set(INTEGER_SAMPLES ON CACHE BOOL "")
set(SOUNDSTRETCH OFF CACHE BOOL "")
set(SOUNDTOUCH_DLL OFF CACHE BOOL "")
add_subdirectory(soundtouch)
# The SoundTouch target doesn't export the necessary include paths as properties by default
target_include_directories(SoundTouch INTERFACE ./soundtouch/include)
# Teakra
add_subdirectory(teakra EXCLUDE_FROM_ALL)

@ -1 +1 @@
Subproject commit 060181eaf273180d3a7e87349895bd0cb6ccbf4a
Subproject commit 87263943999d98c1fefb2bc11d1589126af78e39