mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
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.
11 lines
361 B
11 lines
361 B
if(WIN32) |
|
find_path( CSTRIPES_LIB_DIR |
|
NAMES "С=.lib" |
|
DOC "The path to C= lib and dll") |
|
if(CSTRIPES_LIB_DIR) |
|
ocv_include_directories("${CSTRIPES_LIB_DIR}/..") |
|
link_directories("${CSTRIPES_LIB_DIR}") |
|
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} "C=") |
|
set(HAVE_CSTRIPES 1) |
|
endif() |
|
endif()
|
|
|