1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +00:00

Applications: Port SpaceAnalyzer to LibMain

This commit is contained in:
Lenny Maiorani 2022-02-09 15:51:48 -07:00 committed by Linus Groh
parent ed971f1134
commit 4b18a25e22
2 changed files with 5 additions and 4 deletions

View file

@ -12,4 +12,4 @@ set(SOURCES
)
serenity_app(SpaceAnalyzer ICON app-space-analyzer)
target_link_libraries(SpaceAnalyzer LibDesktop LibGfx LibGUI)
target_link_libraries(SpaceAnalyzer LibDesktop LibGfx LibGUI LibMain)