1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 19:05:07 +00:00
serenity/Services/SystemMenu/CMakeLists.txt
2020-05-19 17:46:28 +02:00

7 lines
117 B
CMake

set(SOURCES
main.cpp
ShutdownDialog.cpp
)
serenity_bin(SystemMenu)
target_link_libraries(SystemMenu LibGUI)