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

Profiler: Add help documentation

This commit is contained in:
Brendan Coles 2021-02-24 15:40:36 +00:00 committed by Andreas Kling
parent 8f867df31a
commit 0ffc06b795
3 changed files with 61 additions and 1 deletions

View file

@ -7,4 +7,4 @@ set(SOURCES
)
serenity_app(Profiler ICON app-profiler)
target_link_libraries(Profiler LibGUI LibX86 LibCoreDump)
target_link_libraries(Profiler LibGUI LibDesktop LibX86 LibCoreDump)