summaryrefslogtreecommitdiff
path: root/Userland/Applets/ResourceGraph/CMakeLists.txt
blob: 4a9a736f02df8804939a16374eab22b8a7542e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
serenity_component(
    ResourceGraph.Applet
    REQUIRED
    TARGETS ResourceGraph.Applet
)

set(SOURCES
    main.cpp
)

serenity_bin(ResourceGraph.Applet)
target_link_libraries(ResourceGraph.Applet PRIVATE LibGUI LibCore LibGfx LibMain)