opencv/interfaces/swig/CMakeLists.txt

7 lines
167 B
CMake
Raw Normal View History

if(PYTHONLIBS_FOUND AND BUILD_SWIG_PYTHON_SUPPORT)
add_subdirectory(python)
endif()
if(OCTAVE_FOUND AND BUILD_OCTAVE_SUPPORT)
add_subdirectory(octave)
endif()