diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-31 17:34:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-31 17:34:11 +0100 |
commit | accee605bdf79f71b568d8baeb3cdea98e7fa58e (patch) | |
tree | 90bb18bd21c968d1606519e6ad8eefe98c9471ec /examples/imapresource/tests/CMakeLists.txt | |
parent | 13e81a74e8c9da465a7ebc1027e0c13c01856045 (diff) | |
download | sink-accee605bdf79f71b568d8baeb3cdea98e7fa58e.tar.gz sink-accee605bdf79f71b568d8baeb3cdea98e7fa58e.zip |
HAWD definitions for imapmailsyncbenchmark
Diffstat (limited to 'examples/imapresource/tests/CMakeLists.txt')
-rw-r--r-- | examples/imapresource/tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/imapresource/tests/CMakeLists.txt b/examples/imapresource/tests/CMakeLists.txt index c252a4f..4d26a9f 100644 --- a/examples/imapresource/tests/CMakeLists.txt +++ b/examples/imapresource/tests/CMakeLists.txt | |||
@@ -1,6 +1,8 @@ | |||
1 | set(CMAKE_AUTOMOC ON) | 1 | set(CMAKE_AUTOMOC ON) |
2 | include_directories( | 2 | include_directories( |
3 | ${CMAKE_CURRENT_BINARY_DIR} | 3 | ${CMAKE_CURRENT_BINARY_DIR} |
4 | ${CMAKE_CURRENT_SOURCE_DIR}/../../../tests/hawd | ||
5 | ${CMAKE_CURRENT_BINARY_DIR}/../../../tests/hawd | ||
4 | ) | 6 | ) |
5 | 7 | ||
6 | include(SinkTest) | 8 | include(SinkTest) |