提交 2f0de3aa 编写于 作者: V Vladislav Vinogradov

add opencv_test_cudev to installation package

上级 ca692b98
......@@ -45,4 +45,8 @@ if(OCV_DEPENDENCIES_FOUND)
enable_testing()
get_target_property(LOC ${the_target} LOCATION)
add_test(${the_target} "${LOC}")
if(INSTALL_TESTS)
install(TARGETS ${the_target} RUNTIME DESTINATION ${OPENCV_TEST_INSTALL_PATH} COMPONENT tests)
endif()
endif()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册