Skip to content

Commit

Permalink
[CMake] rename a "benchmark" target, fix #44
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhem Saurel authored and nim65s committed Jan 25, 2019
1 parent 6f8dd92 commit 5e361c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

0 comments on commit 5e361c8

Please sign in to comment.