diff options
Diffstat (limited to 'ksysguard/CMakeLists.txt')
-rw-r--r-- | ksysguard/CMakeLists.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ksysguard/CMakeLists.txt b/ksysguard/CMakeLists.txt new file mode 100644 index 000000000..9beeeb971 --- /dev/null +++ b/ksysguard/CMakeLists.txt @@ -0,0 +1,20 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +# FIXME no support for lm_sensors yet + +add_subdirectory( CContLib ) +add_subdirectory( ksysguardd ) +add_subdirectory( gui ) +add_subdirectory( pics ) +add_subdirectory( example ) + +tde_install_icons( ksysguard ) |