mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 12:55:09 +00:00
18 lines
396 B
CMake
18 lines
396 B
CMake
set(SOURCES
|
|
SampleFormats.cpp
|
|
ConnectionToServer.cpp
|
|
Loader.cpp
|
|
WavLoader.cpp
|
|
FlacLoader.cpp
|
|
WavWriter.cpp
|
|
MP3Loader.cpp
|
|
UserSampleQueue.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Services/AudioServer/AudioClientEndpoint.h
|
|
../../Services/AudioServer/AudioServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibAudio audio)
|
|
target_link_libraries(LibAudio LibCore LibIPC LibThreading)
|