mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 15:15:08 +00:00
13 lines
283 B
CMake
13 lines
283 B
CMake
set(SOURCES
|
|
ClientConnection.cpp
|
|
WavLoader.cpp
|
|
WavWriter.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Services/AudioServer/AudioClientEndpoint.h
|
|
../../Services/AudioServer/AudioServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibAudio audio)
|
|
target_link_libraries(LibAudio LibCore LibIPC)
|