Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
481c6286
Unverified
Commit
481c6286
authored
Sep 17, 2020
by
Justin Carpentier
Committed by
GitHub
Sep 17, 2020
Browse files
Merge pull request #190 from nim65s/devel
fix build on stretch & 16.04
parents
063ebc24
931515ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/narrowphase/gjk.h
View file @
481c6286
...
...
@@ -38,6 +38,8 @@
#ifndef HPP_FCL_GJK_H
#define HPP_FCL_GJK_H
#include
<vector>
#include
<hpp/fcl/shape/geometric_shapes.h>
#include
<hpp/fcl/math/transform.h>
...
...
src/CMakeLists.txt
View file @
481c6286
...
...
@@ -155,9 +155,9 @@ add_library(${LIBRARY_NAME}
ADD_SOURCE_GROUP
(
${
LIBRARY_NAME
}
_SOURCES
)
ADD_HEADER_GROUP
(
PROJECT_HEADERS_FULL_PATH
)
TARGET_
L
IN
K_LIBRA
RIES
(
${
LIBRARY_NAME
}
PUBLIC
Boost
::boost
TARGET_IN
CLUDE_DIRECTO
RIES
(
${
LIBRARY_NAME
}
SYSTEM
PUBLIC
${
Boost
_INCLUDE_DIRS
}
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
...
...
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