1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-11-09 20:33:03 +01:00

Merge branch 'diizzyy-master-patch-80799' into 'master'

CMake: Fix build with INTEGER_SAMPLES enabled

See merge request soundtouch/soundtouch!20
This commit is contained in:
Olli Parviainen 2021-09-19 17:45:35 +00:00
commit afb0e4a73f

View File

@ -105,6 +105,9 @@ if(SOUNDSTRETCH)
target_compile_definitions(soundstretch PRIVATE ${COMPILE_DEFINITIONS})
target_compile_options(soundstretch PRIVATE ${COMPILE_OPTIONS})
target_link_libraries(soundstretch PRIVATE SoundTouch)
if(INTEGER_SAMPLES)
target_compile_definitions(soundstretch PRIVATE SOUNDTOUCH_INTEGER_SAMPLES)
endif()
install(TARGETS soundstretch
DESTINATION bin