diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-17 09:09:33 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-17 09:09:33 +0200 |
commit | 3f4011bcbf4ccf55edb8ea618fbf9b50f9e7bec9 (patch) | |
tree | 489d4bc4c672d60f35a20556cb16a98d871a9fe9 /examples/mailtransportresource/tests/CMakeLists.txt | |
parent | 749c4d7da40bf20d240be5ad7948f4be843865cd (diff) | |
download | sink-3f4011bcbf4ccf55edb8ea618fbf9b50f9e7bec9.tar.gz sink-3f4011bcbf4ccf55edb8ea618fbf9b50f9e7bec9.zip |
Initial version of the mailtransport resource
Diffstat (limited to 'examples/mailtransportresource/tests/CMakeLists.txt')
-rw-r--r-- | examples/mailtransportresource/tests/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/mailtransportresource/tests/CMakeLists.txt b/examples/mailtransportresource/tests/CMakeLists.txt new file mode 100644 index 0000000..458b462 --- /dev/null +++ b/examples/mailtransportresource/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 | mailtransporttest | ||
10 | ) | ||
11 | target_link_libraries(mailtransporttest sink_resource_mailtransport) | ||