ladybird/Userland/Applets/CMakeLists.txt
Peter Elliott 01248d28ef Applets: Add DesktopPicker applet
This applet displays a grid of desktops, and shows the user what virtual
desktop they are on. When clicked, the desktop will be changed.
2021-07-19 18:21:40 +02:00

6 lines
149 B
CMake

add_subdirectory(Audio)
add_subdirectory(ClipboardHistory)
add_subdirectory(Network)
add_subdirectory(ResourceGraph)
add_subdirectory(DesktopPicker)