mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-11 10:16:41 +00:00
8 lines
117 B
CMake
8 lines
117 B
CMake
set(SOURCES
|
|
main.cpp
|
|
ShutdownDialog.cpp
|
|
)
|
|
|
|
serenity_bin(SystemMenu)
|
|
target_link_libraries(SystemMenu LibGUI)
|