ladybird/Userland/Applications/SpaceAnalyzer/CMakeLists.txt
Sviatoslav Peleshko ff018607a1 SpaceAnalyzer: Added context menu for nodes
Currently supports 3 actions: Open, Copy Path, and Delete.
2021-02-21 23:47:49 +01:00

11 lines
257 B
CMake

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)