mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
326 B
15 lines
326 B
15 years ago
|
if(SWIG_FOUND)
|
||
|
add_subdirectory(swig)
|
||
|
endif()
|
||
|
if(MSVC OR MINGW)
|
||
|
if(NOT CMAKE_CL_64)
|
||
|
add_subdirectory(ffopencv)
|
||
|
endif()
|
||
|
endif()
|
||
|
if(PYTHONLIBS_FOUND AND BUILD_NEW_PYTHON_SUPPORT)
|
||
|
add_subdirectory(python)
|
||
|
endif()
|
||
|
#if(IPP_FOUND AND BUILD_CUSTOM_IPP_LIB)
|
||
|
# add_subdirectory(ippopencv)
|
||
|
#endif()
|