2018-07-26 20:01:37 -04:00
|
|
|
add_library(audio_core STATIC
|
|
|
|
audio_out.cpp
|
|
|
|
audio_out.h
|
|
|
|
buffer.h
|
2018-07-28 13:40:50 -04:00
|
|
|
null_sink.h
|
2018-07-26 20:01:37 -04:00
|
|
|
stream.cpp
|
|
|
|
stream.h
|
2018-07-28 13:40:50 -04:00
|
|
|
sink.h
|
|
|
|
sink_details.cpp
|
|
|
|
sink_details.h
|
|
|
|
sink_stream.h
|
2018-07-26 20:01:37 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
create_target_directory_groups(audio_core)
|
|
|
|
|
|
|
|
target_link_libraries(audio_core PUBLIC common core)
|