diff options
Diffstat (limited to 'examples/maildirresource/tests/CMakeLists.txt')
-rw-r--r-- | examples/maildirresource/tests/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/maildirresource/tests/CMakeLists.txt b/examples/maildirresource/tests/CMakeLists.txt new file mode 100644 index 0000000..ffe9286 --- /dev/null +++ b/examples/maildirresource/tests/CMakeLists.txt | |||
@@ -0,0 +1,11 @@ | |||
1 | set(CMAKE_AUTOMOC ON) | ||
2 | include_directories( | ||
3 | ${CMAKE_CURRENT_BINARY_DIR} | ||
4 | ) | ||
5 | |||
6 | include(SinkTest) | ||
7 | |||
8 | auto_tests ( | ||
9 | maildirmailtest | ||
10 | ) | ||
11 | target_link_libraries(maildirmailtest sink_resource_maildir) | ||