mirror of
https://github.com/zhaobot/yuzu.git
synced 2025-01-15 18:42:29 -03:00
12 lines
205 B
Text
12 lines
205 B
Text
|
add_library(audio_core STATIC
|
||
|
audio_out.cpp
|
||
|
audio_out.h
|
||
|
buffer.h
|
||
|
stream.cpp
|
||
|
stream.h
|
||
|
)
|
||
|
|
||
|
create_target_directory_groups(audio_core)
|
||
|
|
||
|
target_link_libraries(audio_core PUBLIC common core)
|