mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
10 lines
176 B
CMake
10 lines
176 B
CMake
set(SOURCES
|
|
main.cpp
|
|
PlaybackManager.cpp
|
|
SampleWidget.cpp
|
|
SoundPlayerWidget.cpp
|
|
)
|
|
|
|
serenity_bin(SoundPlayer)
|
|
target_link_libraries(SoundPlayer LibAudio LibGUI)
|