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