mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
9 lines
176 B
CMake
9 lines
176 B
CMake
set(SOURCES
|
|
main.cpp
|
|
PlaybackManager.cpp
|
|
SampleWidget.cpp
|
|
SoundPlayerWidget.cpp
|
|
)
|
|
|
|
serenity_bin(SoundPlayer)
|
|
target_link_libraries(SoundPlayer LibAudio LibGUI)
|