mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 07:47:35 +00:00
SpaceAnalyzer: Port to GML compiler
This commit is contained in:
parent
986130d9ea
commit
18124a5611
5 changed files with 30 additions and 11 deletions
|
@ -3,18 +3,15 @@ serenity_component(
|
|||
TARGETS SpaceAnalyzer
|
||||
)
|
||||
|
||||
stringify_gml(SpaceAnalyzer.gml SpaceAnalyzerGML.h space_analyzer_gml)
|
||||
compile_gml(SpaceAnalyzer.gml SpaceAnalyzerGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
ProgressWindow.cpp
|
||||
SpaceAnalyzerGML.cpp
|
||||
Tree.cpp
|
||||
TreeMapWidget.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
SpaceAnalyzerGML.h
|
||||
)
|
||||
|
||||
serenity_app(SpaceAnalyzer ICON app-space-analyzer)
|
||||
target_link_libraries(SpaceAnalyzer PRIVATE LibCore LibDesktop LibFileSystem LibGfx LibGUI LibIPC LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue