1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00
Files
uni/ccv/sheet1/opencv/CMakeLists.txt
2017-04-04 16:20:48 +02:00

4 lines
113 B
CMake

find_package( OpenCV REQUIRED )
add_executable(opencv opencv.cpp)
target_link_libraries( opencv ${OpenCV_LIBS} )