Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KSystemStats
Commits
9604ca5a
Commit
9604ca5a
authored
Apr 23, 2021
by
Arjen Hiemstra
Browse files
Rename lmsensors plugin to ksystemstats_plugin_lmsensors
To match the other plugins
parent
d930b8a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/lmsensors/CMakeLists.txt
View file @
9604ca5a
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: 2021 David Redondo <kde@david-redondo.de>
add_library
(
ksys
guard
_plugin_lmsensors MODULE lmsensors.cpp SensorsFeatureSensor.cpp
)
add_library
(
ksys
temstats
_plugin_lmsensors MODULE lmsensors.cpp SensorsFeatureSensor.cpp
)
target_include_directories
(
ksys
guard
_plugin_lmsensors PRIVATE
${
SENSORS_INCLUDE_DIR
}
)
target_link_libraries
(
ksys
guard
_plugin_lmsensors PRIVATE Qt5::Core KF5::CoreAddons KF5::I18n KSysGuard::SystemStats
${
SENSORS_LIBRARIES
}
)
target_include_directories
(
ksys
temstats
_plugin_lmsensors PRIVATE
${
SENSORS_INCLUDE_DIR
}
)
target_link_libraries
(
ksys
temstats
_plugin_lmsensors PRIVATE Qt5::Core KF5::CoreAddons KF5::I18n KSysGuard::SystemStats
${
SENSORS_LIBRARIES
}
)
install
(
TARGETS ksys
guard
_plugin_lmsensors DESTINATION
${
KSYSTEMSTATS_PLUGIN_INSTALL_DIR
}
)
install
(
TARGETS ksys
temstats
_plugin_lmsensors DESTINATION
${
KSYSTEMSTATS_PLUGIN_INSTALL_DIR
}
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment