summaryrefslogtreecommitdiffstats
path: root/korganizer/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/interfaces')
-rw-r--r--korganizer/interfaces/CMakeLists.txt13
-rw-r--r--korganizer/interfaces/calendar/CMakeLists.txt18
-rw-r--r--korganizer/interfaces/korganizer/CMakeLists.txt18
3 files changed, 49 insertions, 0 deletions
diff --git a/korganizer/interfaces/CMakeLists.txt b/korganizer/interfaces/CMakeLists.txt
new file mode 100644
index 000000000..713c16c40
--- /dev/null
+++ b/korganizer/interfaces/CMakeLists.txt
@@ -0,0 +1,13 @@
+#################################################
+#
+# (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( calendar )
+add_subdirectory( korganizer )
diff --git a/korganizer/interfaces/calendar/CMakeLists.txt b/korganizer/interfaces/calendar/CMakeLists.txt
new file mode 100644
index 000000000..fe5296fed
--- /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} )
diff --git a/korganizer/interfaces/korganizer/CMakeLists.txt b/korganizer/interfaces/korganizer/CMakeLists.txt
new file mode 100644
index 000000000..6b5a45f27
--- /dev/null
+++ b/korganizer/interfaces/korganizer/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
+ part.h baseview.h calendarviewbase.h mainwindow.h corehelper.h printplugin.h
+ DESTINATION ${INCLUDE_INSTALL_DIR}/korganizer )
+
+install( FILES
+ korganizerpart.desktop korgprintplugin.desktop
+ DESTINATION ${SERVICETYPES_INSTALL_DIR} )