mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
15 lines
326 B
CMake
15 lines
326 B
CMake
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()
|