mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[CCV] Added missing CMake options to include opencv
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -1 +1,3 @@
|
|||||||
|
find_package( OpenCV REQUIRED )
|
||||||
add_executable(opencv opencv.cpp)
|
add_executable(opencv opencv.cpp)
|
||||||
|
target_link_libraries( opencv ${OpenCV_LIBS} )
|
||||||
|
|||||||
Reference in New Issue
Block a user