From ef22e6ff590bca4f5e822c5a9e466c9c68d8b897 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 10:01:46 +0100 Subject: define where resource plugins go --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0373671..4096fa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,7 @@ include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/ configure_file(hawd.conf hawd.conf) +set(AKONADI2_RESOURCE_PLUGINS_PATH plugins/akonadi2/resources) # common, eventually a lib but right now just the command buffers add_subdirectory(common) -- cgit v1.2.3