Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mvBlueFOX3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
labrobotica
drivers
mvBlueFOX3
Commits
b46e3bd2
Commit
b46e3bd2
authored
Dec 13, 2016
by
Angel Santamaria-Navarro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working with opencv3.1
parent
31a26ff9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
src/examples/CMakeLists.txt
src/examples/CMakeLists.txt
+13
-4
No files found.
src/CMakeLists.txt
View file @
b46e3bd2
...
...
@@ -20,7 +20,7 @@ SET( CMAKE_BUILD_TYPE Release)
INCLUDE
(
${
PROJECT_SOURCE_DIR
}
/FindmvIMPACT.cmake
)
#find the cv support and set HAVE_OPENCV_H for the conditional compilation
FIND_PACKAGE
(
OpenCV 3
)
FIND_PACKAGE
(
OpenCV 3
.1
)
if
(
OpenCV_FOUND
)
if
(
${
OpenCV_VERSION_MAJOR
}
GREATER 2
)
...
...
src/examples/CMakeLists.txt
View file @
b46e3bd2
# add the necessary include directories
INCLUDE_DIRECTORIES
(
.
)
# create an example application
ADD_EXECUTABLE
(
mvbluefox3_test mvbluefox3_test.cpp
)
if
(
USE_CV
)
# create an example application
ADD_EXECUTABLE
(
mvbluefox3_test mvbluefox3_test.cpp
)
# link necessary libraries
TARGET_LINK_LIBRARIES
(
mvbluefox3_test mvbluefox3
${
mvIMPACT_LIBRARY
}
${
OpenCV_LIBS
}
)
endif
()
# link necessary libraries
TARGET_LINK_LIBRARIES
(
mvbluefox3_test mvbluefox3
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment