From b6fc43ccd522dfbc1e215b12adb8208c156bbd31 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 23 Jan 2011 23:42:11 +0000 Subject: [kdebase] initial cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kappfinder/apps/System/CMakeLists.txt | 17 +++++++++++++++++ kappfinder/apps/System/Terminal/CMakeLists.txt | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 kappfinder/apps/System/CMakeLists.txt create mode 100644 kappfinder/apps/System/Terminal/CMakeLists.txt (limited to 'kappfinder/apps/System') 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 ) -- cgit v1.2.3