Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
perception
imagine-planner
Commits
8281a3d7
Commit
8281a3d7
authored
Apr 04, 2018
by
Raphael Grimm
Browse files
Fix issues with transitive Eigen3 includes
parent
510e8fdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
8281a3d7
...
...
@@ -10,6 +10,10 @@ FIND_PACKAGE(Boost REQUIRED COMPONENTS system serialization filesystem unit_test
# locate the necessary dependencies
# add the necessary include directories
INCLUDE_DIRECTORIES
(
.
${
Boost_INCLUDE_DIR
}
${
ADES_INCLUDE_DIRS
}
)
find_package
(
Eigen3 REQUIRED
)
include_directories
(
SYSTEM
${
EIGEN3_INCLUDE_DIR
}
)
# create the shared library
ADD_LIBRARY
(
imagine-planner SHARED
${
sources
}
)
# link necessary libraries
...
...
Write
Preview
Supports
Markdown
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