1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:37:47 +00:00

Inspector: Add help documentation

This commit is contained in:
Brendan Coles 2021-02-23 12:44:41 +00:00 committed by Andreas Kling
parent 82278d632f
commit 501834ba45
3 changed files with 39 additions and 1 deletions

View file

@ -7,4 +7,4 @@ set(SOURCES
)
serenity_app(Inspector ICON app-inspector)
target_link_libraries(Inspector LibGUI)
target_link_libraries(Inspector LibDesktop LibGUI)