mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 01:46:46 +02:00
7 lines
137 B
CMake
7 lines
137 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(ResourceGraph.MenuApplet)
|
|
target_link_libraries(ResourceGraph.MenuApplet LibGUI LibCore LibGfx)
|