mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 00:10:21 +08:00
ce6acd3ecd
Configures and loads OpenCV bindings extension including 3rdparty dependencies Based on running Python specify: - configure PYTHON_PATH (via "sys.path") - configure LD_LIBRARY_PATH / PATH
4 lines
71 B
Python
4 lines
71 B
Python
BINARIES_PATHS = [
|
|
@CMAKE_PYTHON_BINARIES_PATH@
|
|
] + BINARIES_PATHS
|