mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 11:25:07 +00:00
6 lines
137 B
CMake
6 lines
137 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(ResourceGraph.MenuApplet)
|
|
target_link_libraries(ResourceGraph.MenuApplet LibGUI LibCore LibGfx)
|