mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03:00
18 lines
390 B
CMake
18 lines
390 B
CMake
serenity_component(
|
|
SpaceAnalyzer
|
|
TARGETS SpaceAnalyzer
|
|
)
|
|
|
|
compile_gml(SpaceAnalyzer.gml SpaceAnalyzerGML.cpp)
|
|
|
|
set(SOURCES
|
|
ProgressWindow.cpp
|
|
SpaceAnalyzerGML.cpp
|
|
Tree.cpp
|
|
TreeMapWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(SpaceAnalyzer ICON app-space-analyzer)
|
|
target_link_libraries(SpaceAnalyzer PRIVATE LibCore LibDesktop LibFileSystem LibGfx LibGUI LibIPC LibMain)
|