mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
13 lines
233 B
CMake
13 lines
233 B
CMake
serenity_component(
|
|
Audio.Applet
|
|
REQUIRED
|
|
TARGETS Audio.Applet
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Audio.Applet ICON audio-volume-high)
|
|
target_link_libraries(Audio.Applet LibGUI LibGfx LibAudio LibCore LibConfig)
|