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.
12 lines
362 B
12 lines
362 B
12 years ago
|
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} "С=")
|
||
|
set(HAVE_CSTRIPES 1)
|
||
|
endif()
|
||
|
endif()
|