Warning, /plasma/ksystemstats/plugins/lmsensors/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-2-Clause
0002 # SPDX-FileCopyrightText: 2021 David Redondo <kde@david-redondo.de>
0003 
0004 add_library(ksystemstats_plugin_lmsensors MODULE lmsensors.cpp)
0005 
0006 target_link_libraries(ksystemstats_plugin_lmsensors PRIVATE Qt::Core KF5::CoreAddons KF5::I18n KSysGuard::SystemStats)
0007 
0008 install(TARGETS ksystemstats_plugin_lmsensors DESTINATION ${KSYSTEMSTATS_PLUGIN_INSTALL_DIR})
0009