From 2f0de3aa2cc3fef0abec54bf50a9b9ee189d31eb Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Fri, 3 Jul 2015 13:33:36 +0300 Subject: [PATCH] add opencv_test_cudev to installation package --- modules/cudev/test/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/cudev/test/CMakeLists.txt b/modules/cudev/test/CMakeLists.txt index 89213e236d..b3474168e3 100644 --- a/modules/cudev/test/CMakeLists.txt +++ b/modules/cudev/test/CMakeLists.txt @@ -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()