Merge pull request #1722 from MerryMage/soundtouch
Externals: Add soundtouch
This commit is contained in:
commit
2f76dc6758
4 changed files with 11 additions and 1 deletions
|
@ -16,6 +16,9 @@ set(HEADERS
|
|||
sink.h
|
||||
)
|
||||
|
||||
include_directories(../../externals/soundtouch/include)
|
||||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_library(audio_core STATIC ${SRCS} ${HEADERS})
|
||||
add_library(audio_core STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(audio_core SoundTouch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue