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