mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
13 lines
241 B
CMake
13 lines
241 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 LibMain)
|