From dcefa0294e8b223cc0f5740e305cf08ba97a91ab Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 22 Oct 2015 14:30:18 +0200 Subject: toplevel cmake file --- CMakeLists.txt | 6 ++++++ applications/CMakeLists.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 CMakeLists.txt create mode 100644 applications/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..7a00a9d3 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +project(kontact-quick) + +cmake_minimum_required(VERSION 2.8.10.1) + +add_subdirectory(applications) +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) -- cgit v1.2.3