Warning, /plasma/libksysguard/processcore/plugins/network/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 include(ECMQtDeclareLoggingCategory)
0003 
0004 add_subdirectory(helper)
0005 
0006 set(networkplugin_SRCS
0007     network.cpp
0008 )
0009 
0010 ecm_qt_declare_logging_category(networkplugin_SRCS
0011     HEADER networklogging.h
0012     IDENTIFIER KSYSGUARD_PLUGIN_NETWORK
0013     CATEGORY_NAME org.kde.ksysguard.plugin.network
0014 )
0015 
0016 configure_file(networkconstants.h.in networkconstants.h @ONLY)
0017 
0018 add_library(ksysguard_plugin_network MODULE ${networkplugin_SRCS})
0019 target_link_libraries(ksysguard_plugin_network Qt::Core Qt::DBus KF6::CoreAddons KF6::I18n KSysGuard::ProcessCore)
0020 
0021 install(TARGETS ksysguard_plugin_network DESTINATION ${KDE_INSTALL_PLUGINDIR}/ksysguard/process)