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 cdd5fcb..8482720 100644 --- a/examples/imapresource/tests/CMakeLists.txt +++ b/examples/imapresource/tests/CMakeLists.txt | |||
@@ -15,7 +15,9 @@ endmacro(auto_tests) | |||
15 | 15 | ||
16 | auto_tests ( | 16 | auto_tests ( |
17 | imapresourcetest | 17 | imapresourcetest |
18 | imapserverproxytest | ||
18 | ) | 19 | ) |
19 | target_link_libraries(imapresourcetest sink_resource_imap) | 20 | target_link_libraries(imapresourcetest sink_resource_imap) |
21 | target_link_libraries(imapserverproxytest sink_resource_imap) | ||
20 | 22 | ||
21 | install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resetmailbox.sh DESTINATION bin PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ) | 23 | install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resetmailbox.sh DESTINATION bin PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ) |