mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
Applets: Rename DesktopPicker => WorkspacePicker
This is consistent with the rest of the system.
This commit is contained in:
parent
03b6ff2bf0
commit
51484bec82
8 changed files with 17 additions and 17 deletions
13
Userland/Applets/WorkspacePicker/CMakeLists.txt
Normal file
13
Userland/Applets/WorkspacePicker/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
serenity_component(
|
||||
WorkspacePicker.Applet
|
||||
REQUIRED
|
||||
TARGETS WorkspacePicker.Applet
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
DesktopStatusWindow.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(WorkspacePicker.Applet)
|
||||
target_link_libraries(WorkspacePicker.Applet LibGUI LibCore LibGfx)
|
Loading…
Add table
Add a link
Reference in a new issue