mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05: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)
|