Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bioroboticslab
biotracker
utility
Commits
4ac90d80
Commit
4ac90d80
authored
Oct 04, 2022
by
Max Breitenfeldt
Browse files
cmake: link TrackerPlugin as private
parent
fb47ed5f
Pipeline
#52034
passed with stages
in 4 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/TrackerPlugin.cmake
View file @
4ac90d80
...
...
@@ -23,5 +23,5 @@ function(add_behavior_plugin target)
CXX_EXTENSIONS NO
)
target_link_libraries
(
${
target
}
biotracker-utility
)
target_link_libraries
(
${
target
}
PRIVATE
biotracker-utility
)
endfunction
()
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