mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
MenuApplets: Move to Userland/MenuApplets/
This commit is contained in:
parent
7fc079bd86
commit
b8d6a56fa3
21 changed files with 1 additions and 1 deletions
6
Userland/MenuApplets/Audio/CMakeLists.txt
Normal file
6
Userland/MenuApplets/Audio/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(Audio.MenuApplet ICON audio-volume-high)
|
||||
target_link_libraries(Audio.MenuApplet LibGUI LibGfx LibAudio)
|
Loading…
Add table
Add a link
Reference in a new issue