1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

SystemMonitor: Port to LibMain :^)

There's a lot more work to do on this application to take full advantage
of TRY() etc. This patch just scratches the surface.
This commit is contained in:
Andreas Kling 2021-12-03 00:28:36 +01:00
parent 01228bf4ef
commit 96e4077c38
2 changed files with 20 additions and 57 deletions

View file

@ -18,4 +18,4 @@ set(SOURCES
)
serenity_app(SystemMonitor ICON app-system-monitor)
target_link_libraries(SystemMonitor LibGUI LibSymbolication LibPCIDB)
target_link_libraries(SystemMonitor LibGUI LibSymbolication LibPCIDB LibMain)