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
a537bcc8
Commit
a537bcc8
authored
Jan 10, 2019
by
Guilhem Saurel
Browse files
[CMake] rename a "benchmark" target, fix #44
parent
0b6285b6
Pipeline
#2071
failed with stage
in 48 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
a537bcc8
...
...
@@ -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