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
521a938f
Commit
521a938f
authored
Sep 10, 2019
by
Joseph Mirabel
Browse files
[CMake] Add missing link command.
parent
1d57ca84
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
521a938f
...
...
@@ -13,8 +13,9 @@ macro(add_fcl_test test_name)
target_link_libraries
(
${
test_name
}
hpp-fcl
${
Boost_LIBRARIES
}
utility
)
target_link_libraries
(
${
test_name
}
utility
)
PKG_CONFIG_USE_DEPENDENCY
(
${
test_name
}
assimp
)
add_test
(
${
test_name
}
${
EXECUTABLE_OUTPUT_PATH
}
/
${
test_name
}
)
endmacro
(
add_fcl_test
)
...
...
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