2011-02-09 21:55:11 +01:00
|
|
|
#ENABLE_TESTING()
|
2010-05-11 19:44:00 +02:00
|
|
|
|
2011-02-09 21:55:11 +01:00
|
|
|
#add_subdirectory(cv)
|
|
|
|
#add_subdirectory(cxcore)
|
|
|
|
#add_subdirectory(ml)
|
|
|
|
#add_subdirectory(cxts)
|
2010-07-19 16:35:19 +02:00
|
|
|
|
2010-11-25 12:40:04 +01:00
|
|
|
#if(WITH_CUDA)
|
|
|
|
# set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU")
|
2010-09-17 17:28:59 +02:00
|
|
|
|
2010-11-25 12:40:04 +01:00
|
|
|
# if(BUILD_TESTS_GPU AND WITH_CUDA)
|
2010-07-19 16:35:19 +02:00
|
|
|
add_subdirectory(gpu)
|
2010-11-25 12:40:04 +01:00
|
|
|
# endif()
|
|
|
|
#endif()
|