• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if(WIN32)
2    find_path( CSTRIPES_LIB_DIR
3               NAMES "С=.lib"
4               DOC "The path to C= lib and dll")
5    if(CSTRIPES_LIB_DIR)
6        ocv_include_directories("${CSTRIPES_LIB_DIR}/..")
7        link_directories("${CSTRIPES_LIB_DIR}")
8        set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} "C=")
9        set(HAVE_CSTRIPES 1)
10    endif()
11endif()
12