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
5e361c81
Commit
5e361c81
authored
Jan 10, 2019
by
Guilhem Saurel
Committed by
Guilhem Saurel
Jan 25, 2019
Browse files
[CMake] rename a "benchmark" target, fix #44
parent
6f8dd92d
Pipeline
#2452
failed with stage
in 36 minutes and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
5e361c81
...
...
@@ -49,5 +49,5 @@ PKG_CONFIG_USE_DEPENDENCY(test_fcl_profiling assimp)
add_fcl_test
(
test_fcl_gjk test_fcl_gjk.cpp
)
## Benchmark
add_executable
(
benchmark benchmark.cpp test_fcl_utility.cpp
)
target_link_libraries
(
benchmark hpp-fcl
${
Boost_LIBRARIES
}
)
add_executable
(
test-
benchmark benchmark.cpp test_fcl_utility.cpp
)
target_link_libraries
(
test-
benchmark hpp-fcl
${
Boost_LIBRARIES
}
)
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