summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-16 10:01:46 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-16 10:01:46 +0100
commitef22e6ff590bca4f5e822c5a9e466c9c68d8b897 (patch)
tree8fc17eee3cdbfceef66508fd340514d9072e09fb
parent176aa6a74fac3c74f52c580051c80ed19c0b0cfd (diff)
downloadsink-ef22e6ff590bca4f5e822c5a9e466c9c68d8b897.tar.gz
sink-ef22e6ff590bca4f5e822c5a9e466c9c68d8b897.zip
define where resource plugins go
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}/
40 40
41configure_file(hawd.conf hawd.conf) 41configure_file(hawd.conf hawd.conf)
42 42
43set(AKONADI2_RESOURCE_PLUGINS_PATH plugins/akonadi2/resources)
43# common, eventually a lib but right now just the command buffers 44# common, eventually a lib but right now just the command buffers
44add_subdirectory(common) 45add_subdirectory(common)
45 46