mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[CCV] Finished load, modify and save source file
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
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} )
|
||||
|
||||
Reference in New Issue
Block a user