summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-09-30 23:58:12 +0300
committerMavridis Philippe <mavridisf@gmail.com>2024-10-02 21:36:51 +0300
commit8bd95de8fd69a486948c46dfd436a38383876b04 (patch)
tree26d78a1bfd0ca422becdb1f57b0f38c0bc6c77e9 /superkaramba/src/CMakeLists.txt
parent2c4a3e7f855038e1e66022aad41462793ac79215 (diff)
downloadtdeutils-r14.1.3.tar.gz
tdeutils-r14.1.3.zip
Superkaramba: add GPU load sensorr14.1.3
The sensor has a required `driver` parameter and an optional `gpu` parameter. - The former specifies the backend to use to query the system about GPU load. - The latter specifies the id of the GPU to check. If left out, the backend default will be used. For now it only supports NVidia GPUs via the `nvidia` driver, but it can be extended. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 480f195dde7ef1fd9fd81ce0ea18924d81a4eda9)
Diffstat (limited to 'superkaramba/src/CMakeLists.txt')
-rw-r--r--superkaramba/src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/CMakeLists.txt b/superkaramba/src/CMakeLists.txt
index 211ee0c..c38d41b 100644
--- a/superkaramba/src/CMakeLists.txt
+++ b/superkaramba/src/CMakeLists.txt
@@ -53,8 +53,8 @@ tde_add_executable( superkaramba AUTOMOC
sknewstuff.h sknewstuff.cpp
superkarambasettings.kcfgc themelocale.cpp
input.cpp sklineedit.cpp input_python.cpp
- svcgrp_python.cpp
- LINK tdeio-shared ${PYTHON_LIBRARIES}
+ svcgrp_python.cpp gpusensor.cpp
+ LINK tdeio-shared ${PYTHON_LIBRARIES}
${TDENEWSTUFF_LIBRARIES}
${LIBKVM_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}