You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
314 B
12 lines
314 B
|
|
#define OPENCV_INSTALL_PREFIX "C:/Installation directory/opencv/newbuild/install"
|
|
|
|
#define OPENCV_DATA_INSTALL_PATH "etc"
|
|
|
|
#define OPENCV_BUILD_DIR "C:/Installation directory/opencv/newbuild"
|
|
|
|
#define OPENCV_DATA_BUILD_DIR_SEARCH_PATHS \
|
|
"../sources/"
|
|
|
|
#define OPENCV_INSTALL_DATA_DIR_RELATIVE "../../../etc"
|