mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 00:10:21 +08:00
6 lines
82 B
Python
6 lines
82 B
Python
import os
|
|
|
|
BINARIES_PATHS = [
|
|
@CMAKE_PYTHON_BINARIES_PATH@
|
|
] + BINARIES_PATHS
|