mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
73a2045c5b
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!
12 lines
205 B
CMake
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)
|