summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
-rw-r--r--applications/CMakeLists.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 00000000..7a00a9d3
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,6 @@
1project(kontact-quick)
2
3cmake_minimum_required(VERSION 2.8.10.1)
4
5add_subdirectory(applications)
6add_subdirectory(framework)
diff --git a/applications/CMakeLists.txt b/applications/CMakeLists.txt
new file mode 100644
index 00000000..0c12f3df
--- /dev/null
+++ b/applications/CMakeLists.txt
@@ -0,0 +1 @@
add_subdirectory(kmail-quick)