mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05: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)
|