You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
339 B

set(systemmonitor_engine_SRCS
systemmonitor.cpp
systemmonitor.h
)
kcoreaddons_add_plugin(plasma_engine_systemmonitor SOURCES ${systemmonitor_engine_SRCS} INSTALL_NAMESPACE plasma/dataengine)
target_link_libraries(plasma_engine_systemmonitor
Qt::Network
KF5::I18n
KF5::Plasma
KF5::Service
KSysGuard::SysGuard
)