mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
This was mentioned in #4574, and the more I think about it the more it feels just right - let's move it there! :^) Having to link LaunchServer against LibGUI explicitly should've been telling enough...
8 lines
128 B
CMake
8 lines
128 B
CMake
set(SOURCES
|
|
main.cpp
|
|
ShutdownDialog.cpp
|
|
)
|
|
|
|
serenity_bin(SystemMenu)
|
|
target_link_libraries(SystemMenu LibGUI LibDesktop)
|