summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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