mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-12-02 00:42:51 +00:00
12 lines
205 B
CMake
12 lines
205 B
CMake
|
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)
|