mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-12 06:02:51 +00:00
This is done using a wrapper model that transforms all the information about a single process in the ProcessModel and turns it into a 2-column table model with only that process in it.
17 lines
452 B
CMake
17 lines
452 B
CMake
set(SOURCES
|
|
DevicesModel.cpp
|
|
GraphWidget.cpp
|
|
InterruptsWidget.cpp
|
|
main.cpp
|
|
MemoryStatsWidget.cpp
|
|
NetworkStatisticsWidget.cpp
|
|
ProcessFileDescriptorMapWidget.cpp
|
|
ProcessMemoryMapWidget.cpp
|
|
ProcessModel.cpp
|
|
ProcessUnveiledPathsWidget.cpp
|
|
ProcessStateWidget.cpp
|
|
ThreadStackWidget.cpp
|
|
)
|
|
|
|
serenity_app(SystemMonitor ICON app-system-monitor)
|
|
target_link_libraries(SystemMonitor LibGUI LibSymbolClient LibPCIDB)
|