1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00
serenity/Applications/SoundPlayer/CMakeLists.txt

9 lines
176 B
CMake

set(SOURCES
main.cpp
PlaybackManager.cpp
SampleWidget.cpp
SoundPlayerWidget.cpp
)
serenity_bin(SoundPlayer)
target_link_libraries(SoundPlayer LibAudio LibGUI)