mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 04:11:50 +02:00
Add soxr to cmake
This commit is contained in:
parent
3fc8b9ca08
commit
835c4864bd
3 changed files with 65 additions and 2 deletions
|
@ -7,14 +7,15 @@ set(CLIENT_SOURCES
|
|||
decoder/pcm_decoder.cpp
|
||||
player/player.cpp)
|
||||
|
||||
set(CLIENT_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} ${ATOMIC_LIBRARY} common)
|
||||
set(CLIENT_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} ${ATOMIC_LIBRARY} ${SOXR_LIBRARIES} common)
|
||||
|
||||
set(CLIENT_INCLUDE
|
||||
${Boost_INCLUDE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/client
|
||||
${CMAKE_SOURCE_DIR}/common
|
||||
${ASIO_INCLUDE_DIRS}
|
||||
${POPL_INCLUDE_DIRS})
|
||||
${POPL_INCLUDE_DIRS}
|
||||
${SOXR_INCLUDE_DIR})
|
||||
|
||||
|
||||
if(MACOSX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue