diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 6 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) | ||