1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

Profiler: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-24 00:09:41 +01:00
parent f526325e24
commit dfca0def63
2 changed files with 9 additions and 7 deletions

View file

@ -21,4 +21,4 @@ set(SOURCES
)
serenity_app(Profiler ICON app-profiler)
target_link_libraries(Profiler LibGUI LibDesktop LibX86 LibSymbolication)
target_link_libraries(Profiler LibGUI LibDesktop LibX86 LibSymbolication LibMain)