mirror of
https://github.com/opencv/opencv.git
synced 2024-12-02 07:39: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()
|