python: support standalone Python bindings build
authorAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 7 Jun 2018 09:32:48 +0000 (12:32 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 7 Jun 2018 12:16:39 +0000 (15:16 +0300)
commitdd7f88bd68f95e56437035cc95d4af482482fcc2
treedcd8af77f1eb51acefc1e7bbcebd768eba71c20c
parent7c3090ddcf22db6478022260fe0a82ef44191310
python: support standalone Python bindings build

- requires OpenCV source directory
- requires OpenCV binary directory with built modules and 'python_bindings_generator' target
cmake/OpenCVDetectPython.cmake
modules/python/CMakeLists.txt
modules/python/bindings/CMakeLists.txt
modules/python/common.cmake
modules/python/python2/CMakeLists.txt
modules/python/python3/CMakeLists.txt
modules/python/standalone.cmake [new file with mode: 0644]