mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 19:05:07 +00:00
7 lines
117 B
CMake
7 lines
117 B
CMake
set(SOURCES
|
|
main.cpp
|
|
ShutdownDialog.cpp
|
|
)
|
|
|
|
serenity_bin(SystemMenu)
|
|
target_link_libraries(SystemMenu LibGUI)
|