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:
parent
01228bf4ef
commit
96e4077c38
2 changed files with 20 additions and 57 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue