summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-22 14:30:18 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-22 14:30:18 +0200
commitdcefa0294e8b223cc0f5740e305cf08ba97a91ab (patch)
treebe3d7c616b6c4a0b2606304a1129bb2d049412ff
parent3cdd184bdbd6dcf1b1d8637854bc5f7a353552df (diff)
downloadkube-dcefa0294e8b223cc0f5740e305cf08ba97a91ab.tar.gz
kube-dcefa0294e8b223cc0f5740e305cf08ba97a91ab.zip
toplevel cmake file
-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)