mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-17 20:32:45 +01:00
16 lines
310 B
Text
16 lines
310 B
Text
|
set(SRCS
|
||
|
audio_core.cpp
|
||
|
hle/dsp.cpp
|
||
|
hle/pipe.cpp
|
||
|
)
|
||
|
|
||
|
set(HEADERS
|
||
|
audio_core.h
|
||
|
hle/dsp.h
|
||
|
hle/pipe.h
|
||
|
sink.h
|
||
|
)
|
||
|
|
||
|
create_directory_groups(${SRCS} ${HEADERS})
|
||
|
|
||
|
add_library(audio_core STATIC ${SRCS} ${HEADERS})
|