1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Files
opencv/tests/CMakeLists.txt
T
Andrey Morozov c13df09f08 minor fix
2010-07-26 14:16:33 +00:00

16 lines
264 B
CMake

ENABLE_TESTING()
add_subdirectory(cv)
add_subdirectory(cxcore)
add_subdirectory(ml)
add_subdirectory(cxts)
if(WITH_CUDA)
set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU")
endif()
if(BUILD_TESTS_GPU AND WITH_CUDA)
add_subdirectory(gpu)
endif()