diff options
-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 | ||