diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 23:42:11 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 23:42:11 +0000 |
commit | b6fc43ccd522dfbc1e215b12adb8208c156bbd31 (patch) | |
tree | b6d14378dd6c3d2f74ea8acf515cef7f4a024cb2 /kappfinder/apps/System | |
parent | d53bf360906757a36588588fb0286d3b4784ffcb (diff) | |
download | tdebase-b6fc43ccd522dfbc1e215b12adb8208c156bbd31.tar.gz tdebase-b6fc43ccd522dfbc1e215b12adb8208c156bbd31.zip |
[kdebase] initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kappfinder/apps/System')
-rw-r--r-- | kappfinder/apps/System/CMakeLists.txt | 17 | ||||
-rw-r--r-- | kappfinder/apps/System/Terminal/CMakeLists.txt | 14 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kappfinder/apps/System/CMakeLists.txt b/kappfinder/apps/System/CMakeLists.txt new file mode 100644 index 000000000..baae9f34b --- /dev/null +++ b/kappfinder/apps/System/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( Terminal ) + +install( FILES + sam.desktop xosview.desktop editres.desktop wine.desktop + citrix_ica.desktop + DESTINATION ${DATA_INSTALL_DIR}/kappfinder/apps/System ) diff --git a/kappfinder/apps/System/Terminal/CMakeLists.txt b/kappfinder/apps/System/Terminal/CMakeLists.txt new file mode 100644 index 000000000..b0c9d5552 --- /dev/null +++ b/kappfinder/apps/System/Terminal/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + procinfo.desktop vmstat.desktop aterm.desktop rxvt.desktop + DESTINATION ${DATA_INSTALL_DIR}/kappfinder/apps/System/Terminal ) |