mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
7 lines
167 B
CMake
7 lines
167 B
CMake
if(PYTHONLIBS_FOUND AND BUILD_SWIG_PYTHON_SUPPORT)
|
|
add_subdirectory(python)
|
|
endif()
|
|
if(OCTAVE_FOUND AND BUILD_OCTAVE_SUPPORT)
|
|
add_subdirectory(octave)
|
|
endif()
|