1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00

[CCV] Added missing CMake options to include opencv

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-04-04 16:20:48 +02:00
parent 26da1ee971
commit 7d96034c3d

View File

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