mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
58890e03b6
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...
7 lines
128 B
CMake
7 lines
128 B
CMake
set(SOURCES
|
|
main.cpp
|
|
ShutdownDialog.cpp
|
|
)
|
|
|
|
serenity_bin(SystemMenu)
|
|
target_link_libraries(SystemMenu LibGUI LibDesktop)
|