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
loco-3d
sot-talos-balance
Commits
aa74be88
Unverified
Commit
aa74be88
authored
Nov 14, 2020
by
Guilhem Saurel
Committed by
GitHub
Nov 14, 2020
Browse files
Merge pull request
#16
from nim65s/topic/workaround
[CMake] find -lparameter-server
parents
b852b82a
7452cd7b
Pipeline
#12187
passed with stage
in 24 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
aa74be88
...
...
@@ -23,6 +23,8 @@ ENDIF(UNIX)
ADD_DEFINITIONS
(
-DDEBUG=2
)
# find -lparameter-server. TODO: that's ugly, properly export a component for each plugin instead.
LINK_DIRECTORIES
(
"
${
sot-core_DIR
}
/../../../
${
DYNAMIC_GRAPH_PLUGINDIR
}
"
)
FOREACH
(
test
${
tests
}
)
ADD_UNIT_TEST
(
${
test
}
${
test
}
.cpp
)
TARGET_LINK_LIBRARIES
(
${
test
}
PRIVATE
${
PROJECT_NAME
}
${${
test
}
_deps
}
Boost::unit_test_framework
)
...
...
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