opencv/tests/CMakeLists.txt

15 lines
280 B
CMake
Raw Normal View History

#ENABLE_TESTING()
#add_subdirectory(cv)
#add_subdirectory(cxcore)
#add_subdirectory(ml)
#add_subdirectory(cxts)
2010-11-25 12:40:04 +01:00
#if(WITH_CUDA)
# set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU")
2010-11-25 12:40:04 +01:00
# if(BUILD_TESTS_GPU AND WITH_CUDA)
add_subdirectory(gpu)
2010-11-25 12:40:04 +01:00
# endif()
#endif()