diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-16 10:01:46 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-16 10:01:46 +0100 |
commit | ef22e6ff590bca4f5e822c5a9e466c9c68d8b897 (patch) | |
tree | 8fc17eee3cdbfceef66508fd340514d9072e09fb | |
parent | 176aa6a74fac3c74f52c580051c80ed19c0b0cfd (diff) | |
download | sink-ef22e6ff590bca4f5e822c5a9e466c9c68d8b897.tar.gz sink-ef22e6ff590bca4f5e822c5a9e466c9c68d8b897.zip |
define where resource plugins go
-rw-r--r-- | CMakeLists.txt | 1 |
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 | ||
41 | configure_file(hawd.conf hawd.conf) | 41 | configure_file(hawd.conf hawd.conf) |
42 | 42 | ||
43 | set(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 |
44 | add_subdirectory(common) | 45 | add_subdirectory(common) |
45 | 46 | ||