summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/CMakeLists.txt')
-rw-r--r--korganizer/plugins/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/korganizer/plugins/CMakeLists.txt b/korganizer/plugins/CMakeLists.txt
new file mode 100644
index 00000000..b89368b8
--- /dev/null
+++ b/korganizer/plugins/CMakeLists.txt
@@ -0,0 +1,15 @@
+#################################################
+#
+# (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( datenums )
+add_subdirectory( hebrew )
+add_subdirectory( printing )
+tde_conditional_add_subdirectory( WITH_EXCHANGE exchange )