From 0d7351b5312d68b66f0481fe22b066a60c05a23a Mon Sep 17 00:00:00 2001 From: samelian Date: Fri, 11 Mar 2011 20:10:09 +0000 Subject: [trinity/kdepim] initial cmake support for korganizer & dependencies git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1224515 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/interfaces/calendar/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 korganizer/interfaces/calendar/CMakeLists.txt (limited to 'korganizer/interfaces/calendar/CMakeLists.txt') diff --git a/korganizer/interfaces/calendar/CMakeLists.txt b/korganizer/interfaces/calendar/CMakeLists.txt new file mode 100644 index 00000000..fe5296fe --- /dev/null +++ b/korganizer/interfaces/calendar/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (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 + plugin.h calendardecoration.h + DESTINATION ${INCLUDE_INSTALL_DIR}/calendar ) + +install( FILES + calendarplugin.desktop calendardecoration.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} ) -- cgit v1.2.3