Warning, /maui/mauikit-imagetools/src/code/modules/opencv/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 project(OpenCVLib VERSION 1.0.0 LANGUAGES CXX) 0002 0003 find_package(OpenCV REQUIRED) 0004 0005 add_library (OpenCVLib STATIC ${srcs}) 0006 include_directories( ${OpenCV_INCLUDE_DIRS} ) 0007 #add_executable( DisplayImage DisplayImage.cpp ) 0008 target_link_libraries( OpenCVLib ${OpenCV_LIBS} )