mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-31 23:22:03 +03:00
11 lines
246 B
CMake
11 lines
246 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 LibGfx LibGUI)
|