summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:07 +0100
commitbdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch)
tree25c2ee1b29bc481b6914c244ed9ca194b1415d16 /CMakeLists.txt
parent17e7ee40c9185c0505883853345fd6024c675b1a (diff)
downloadsink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz
sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3cbba78..6fa2c09 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,7 @@ configure_file(hawd.conf hawd.conf)
50 50
51enable_testing() 51enable_testing()
52 52
53set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources) 53set(SINK_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/sink/resources)
54 54
55# common, eventually a lib but right now just the command buffers 55# common, eventually a lib but right now just the command buffers
56add_subdirectory(common) 56add_subdirectory(common)
@@ -65,6 +65,6 @@ add_subdirectory(examples)
65add_subdirectory(tests) 65add_subdirectory(tests)
66 66
67# cli 67# cli
68add_subdirectory(akonadish) 68add_subdirectory(sinksh)
69 69
70feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 70feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)