ladybird/Userland/Services/Taskbar/CMakeLists.txt
Andreas Kling 73a2045c5b Taskbar: Add start menu :^)
This will replace the system menu in the top left of the screen.
The button behavior doesn't feel quite perfect yet, but this will
work for now!
2021-03-25 22:55:10 +01:00

12 lines
205 B
CMake

set(SOURCES
main.cpp
ClockWidget.cpp
ShutdownDialog.cpp
TaskbarButton.cpp
TaskbarWindow.cpp
WindowList.cpp
)
serenity_bin(Taskbar)
target_link_libraries(Taskbar LibGUI LibDesktop)