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