From 021dde561b5ce86820013c681ff554b07590b052 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 4 Jan 2016 23:24:43 +0100 Subject: Prototype of the action system --- framework/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/CMakeLists.txt') diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt index 1e0dd958..3a441f99 100644 --- a/framework/CMakeLists.txt +++ b/framework/CMakeLists.txt @@ -27,5 +27,6 @@ enable_testing() set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources) add_subdirectory(mail) +add_subdirectory(actions) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -- cgit v1.2.3