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
Guilhem Saurel
hpp-fcl
Commits
6101e6cb
Commit
6101e6cb
authored
Feb 03, 2016
by
Joseph Mirabel
Committed by
Joseph Mirabel
Feb 12, 2016
Browse files
Fix CMakeLists
parent
5cf1ebb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6101e6cb
...
...
@@ -158,10 +158,11 @@ SET(${PROJECT_NAME}_HEADERS
include/hpp/fcl/fwd.hh
)
pkg_config_append_libs
(
"hpp-fcl"
)
add_subdirectory
(
src
)
add_subdirectory
(
test
)
pkg_config_append_libs
(
"hpp-fcl"
)
config_files
(
include/hpp/fcl/config-fcl.hh
)
install
(
FILES
${
PROJECT_BINARY_DIR
}
/include/hpp/fcl/config-fcl.hh
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/hpp/fcl
...
...
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