Skip to content
GitLab
Menu
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
5225b2a0
Unverified
Commit
5225b2a0
authored
Jul 01, 2022
by
Guilhem Saurel
Committed by
GitHub
Jul 01, 2022
Browse files
Merge pull request #164 from nim65s/devel
cmake/tests: fix #162
parents
2bc25ab7
c3fa0992
Pipeline
#20089
failed with stage
in 11 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake
@
7c6837de
Compare
ee7a773c
...
7c6837de
Subproject commit
ee7a773c5c23f83dd21eb0ccfa96277e068b0456
Subproject commit
7c6837de72c724329c93a1d4f107767240d58727
tests/CMakeLists.txt
View file @
5225b2a0
...
...
@@ -42,7 +42,7 @@ find_library(RT_LIB rt)
MACRO
(
ADD_TESTCASE NAME
)
ADD_UNIT_TEST
(
${
NAME
}
${
NAME
}
.cc
)
TARGET_LINK_LIBRARIES
(
${
NAME
}
PRIVATE Boost::unit_test_framework
)
TARGET_LINK_LIBRARIES
(
${
NAME
}
PRIVATE
${
PROJECT_NAME
}
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
.
Attach a 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