diff options
-rw-r--r-- | CMakeLists.txt | 6 | ||||
-rw-r--r-- | applications/CMakeLists.txt | 1 |
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 @@ | |||
1 | project(kontact-quick) | ||
2 | |||
3 | cmake_minimum_required(VERSION 2.8.10.1) | ||
4 | |||
5 | add_subdirectory(applications) | ||
6 | add_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) | |||