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-constraints
Commits
d1d3be13
Unverified
Commit
d1d3be13
authored
Jun 20, 2022
by
Guilhem Saurel
Committed by
GitHub
Jun 20, 2022
Browse files
Merge pull request #162 from nim65s/devel
cmake: we need link to boost::utf
parents
087ee5b0
2d8758cb
Pipeline
#19807
failed with stage
in 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake
@
ee7a773c
Compare
e77c9c32
...
ee7a773c
Subproject commit e
77c9c32b1d69b21e447cf64f1ad1590aab61159
Subproject commit e
e7a773c5c23f83dd21eb0ccfa96277e068b0456
tests/CMakeLists.txt
View file @
d1d3be13
...
...
@@ -42,8 +42,7 @@ find_library(RT_LIB rt)
MACRO
(
ADD_TESTCASE NAME
)
ADD_UNIT_TEST
(
${
NAME
}
${
NAME
}
.cc
)
TARGET_LINK_LIBRARIES
(
${
NAME
}
PRIVATE
${
PROJECT_NAME
}
)
TARGET_INCLUDE_DIRECTORIES
(
${
NAME
}
PRIVATE Boost::unit_test_framework
)
TARGET_LINK_LIBRARIES
(
${
NAME
}
PRIVATE Boost::unit_test_framework
)
if
(
RT_LIB
)
TARGET_LINK_LIBRARIES
(
${
NAME
}
PRIVATE
${
RT_LIB
}
)
endif
()
...
...
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