mirror of
https://github.com/opencv/opencv.git
synced 2025-06-29 08:00:57 +08:00
7 lines
117 B
CMake
7 lines
117 B
CMake
if(BUILD_REFMAN AND PDFLATEX_COMPILER AND HAVE_SPHINX)
|
|
|
|
add_subdirectory(opencv1)
|
|
add_subdirectory(opencv2)
|
|
|
|
endif()
|