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:
commit
afb0e4a73f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user