mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 10:03:15 +08:00

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
90 B
Python
4 lines
90 B
Python
PYTHON_EXTENSIONS_PATHS = [
|
|
@CMAKE_PYTHON_EXTENSION_PATH@
|
|
] + PYTHON_EXTENSIONS_PATHS
|