Skip to content
Snippets Groups Projects
Commit a3d39336 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added OpenCV include directories

parent 6fd4855c
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ IF (firewire_ready)
#if CV then add the libraries
if (USE_CV)
TARGET_LINK_LIBRARIES(firewire ${OpenCV_LIBS} ${iriutils_LIBRARY} ${dc1394_LIBRARY} ${raw1394_LIBRARY})
INCLUDE_DIRECTORIES(${OpenCV_INCLUDE_DIRS})
else(USE_CV)
TARGET_LINK_LIBRARIES(firewire ${iriutils_LIBRARY} ${dc1394_LIBRARY} ${raw1394_LIBRARY})
endif(USE_CV)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment