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