Skip to content
Snippets Groups Projects
Commit 4ac90d80 authored by Max Breitenfeldt's avatar Max Breitenfeldt
Browse files

cmake: link TrackerPlugin as private

parent fb47ed5f
No related branches found
No related tags found
1 merge request!1cmake: link TrackerPlugin as private
Pipeline #52034 passed
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment