Skip to content
GitLab
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
ab8df77b
Unverified
Commit
ab8df77b
authored
May 29, 2020
by
Guilhem Saurel
Committed by
GitHub
May 29, 2020
Browse files
[CMake] assimpl include dir should be private
Co-authored-by:
Joseph Mirabel
<
josephmirabel@gmail.com
>
parent
fa1d931e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
ab8df77b
...
...
@@ -183,6 +183,9 @@ target_include_directories(${LIBRARY_NAME}
SYSTEM PUBLIC
${
EIGEN3_INCLUDE_DIR
}
${
Boost_INCLUDE_DIRS
}
)
target_include_directories
(
${
LIBRARY_NAME
}
SYSTEM PRIVATE
${
assimp_INCLUDE_DIR
}
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment