Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_visual_gps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
ADC
ADC_2018
iri_visual_gps
Commits
debcf1ef
Commit
debcf1ef
authored
7 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Added the Eigen dependency.
parent
6e9a8b2d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
with
2 additions
and
0 deletions
CMakeLists.txt
+
2
−
0
View file @
debcf1ef
...
@@ -16,6 +16,7 @@ find_package(catkin REQUIRED COMPONENTS iri_base_algorithm nav_msgs iri_blob_det
...
@@ -16,6 +16,7 @@ find_package(catkin REQUIRED COMPONENTS iri_base_algorithm nav_msgs iri_blob_det
# ********************************************************************
# ********************************************************************
# find_package(<dependency> REQUIRED)
# find_package(<dependency> REQUIRED)
find_package
(
OpenCV REQUIRED
)
find_package
(
OpenCV REQUIRED
)
find_package
(
Eigen3 REQUIRED
)
# ********************************************************************
# ********************************************************************
# Add topic, service and action definition here
# Add topic, service and action definition here
...
@@ -78,6 +79,7 @@ catkin_package(
...
@@ -78,6 +79,7 @@ catkin_package(
include_directories
(
include
)
include_directories
(
include
)
include_directories
(
${
catkin_INCLUDE_DIRS
}
)
include_directories
(
${
catkin_INCLUDE_DIRS
}
)
include_directories
(
${
OpenCV_INCLUDE_DIRS
}
)
include_directories
(
${
OpenCV_INCLUDE_DIRS
}
)
INCLUDE_DIRECTORIES
(
${
EIGEN3_INCLUDE_DIR
}
)
# include_directories(${<dependency>_INCLUDE_DIR})
# include_directories(${<dependency>_INCLUDE_DIR})
## Declare a cpp library
## Declare a cpp library
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment