summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-09 21:13:30 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-09 21:13:30 +0200
commit2c1199eb5b05cc55f4e859be1f903a536468b1fe (patch)
tree7d519ed3899b2221620f37b94dd2d4e6985915b1 /CMakeLists.txt
parent7a1460b35f6282f76150d8aa504930fe196ef2aa (diff)
downloadsink-2c1199eb5b05cc55f4e859be1f903a536468b1fe.tar.gz
sink-2c1199eb5b05cc55f4e859be1f903a536468b1fe.zip
Automatic tests.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97c4466..361c5a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,6 +42,8 @@ include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common)
42 42
43configure_file(hawd.conf hawd.conf) 43configure_file(hawd.conf hawd.conf)
44 44
45enable_testing()
46
45set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources) 47set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources)
46 48
47# common, eventually a lib but right now just the command buffers 49# common, eventually a lib but right now just the command buffers