Home | History | Annotate | Download | only in cmake

Lines Matching full:test_path

965   set(test_path "${CMAKE_CURRENT_LIST_DIR}/test")
966 if(BUILD_TESTS AND EXISTS "${test_path}")
977 file(GLOB_RECURSE test_srcs "${test_path}/*.cpp")
978 file(GLOB_RECURSE test_hdrs "${test_path}/*.hpp" "${test_path}/*.h")
979 ocv_source_group("Src" DIRBASE "${test_path}" FILES ${test_srcs})
980 ocv_source_group("Include" DIRBASE "${test_path}" FILES ${test_hdrs})
989 ocv_target_include_modules(${the_target} ${test_deps} "${test_path}")