1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00
Files
uni/ccv/sheet1/opencv/CMakeLists.txt
2017-04-07 14:12:18 +02:00

6 lines
241 B
CMake

find_package( OpenCV REQUIRED )
add_executable(displayImage displayImage.cpp)
add_executable(loadModifySave loadModifySaveImage.cpp)
target_link_libraries( displayImage ${OpenCV_LIBS} )
target_link_libraries( loadModifySave ${OpenCV_LIBS} )