mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00

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!
11 lines
205 B
CMake
11 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)
|