1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

python: 'sub-module' for binding sources and documentation meta information

This commit is contained in:
Alexander Alekhin
2017-12-09 18:54:52 +00:00
parent b15bc194ef
commit 768f4cb7bc
7 changed files with 118 additions and 105 deletions
+2
View File
@@ -2,6 +2,8 @@
# CMake file for python support
# ----------------------------------------------------------------------------
add_subdirectory(bindings)
if(ANDROID OR APPLE_FRAMEWORK OR WINRT)
set(__disable_python2 ON)
set(__disable_python3 ON)