[CCV] Renamed opencv.cpp to displayImage.cpp

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-04-07 13:53:41 +02:00
parent 7d96034c3d
commit 22d20c4edb
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
find_package( OpenCV REQUIRED )
add_executable(opencv opencv.cpp)
target_link_libraries( opencv ${OpenCV_LIBS} )
add_executable(displayImage displayImage.cpp)
target_link_libraries( displayImage ${OpenCV_LIBS} )