Conditional for the module ts, depending on whether tests are being built.

This commit is contained in:
Ethan Rublee 2011-04-29 21:00:10 +00:00
parent 74907eeb8e
commit 17b11a47bf

View File

@ -13,7 +13,9 @@ if(MSVC OR MINGW)
endif()
endif()
if(BUILD_TESTS)
add_subdirectory(ts)
endif()
add_subdirectory(highgui)
add_subdirectory(imgproc)
add_subdirectory(legacy)