summaryrefslogtreecommitdiff
path: root/Userland/Applications/SpaceAnalyzer/CMakeLists.txt
blob: 7b99dff2a89927414ee46310f008728141bcf25b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
serenity_component(
    SpaceAnalyzer
    TARGETS SpaceAnalyzer
)

compile_gml(SpaceAnalyzer.gml SpaceAnalyzerGML.h space_analyzer_gml)

set(SOURCES
    main.cpp
    TreeMapWidget.cpp
    SpaceAnalyzerGML.h
)

serenity_app(SpaceAnalyzer ICON app-space-analyzer)
target_link_libraries(SpaceAnalyzer LibDesktop LibGfx LibGUI)