mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +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()
|