mirror of https://github.com/yuzu-mirror/yuzu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
205 B
CMake
12 lines
205 B
CMake
7 years ago
|
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)
|