Skip to content
Snippets Groups Projects
Commit 24c765fb authored by calrama's avatar calrama
Browse files

Merge branch 'private_plugin' into 'master'

cmake: link TrackerPlugin as private

See merge request !1
parents 4cb64bdf 4ac90d80
No related branches found
No related tags found
1 merge request!1cmake: link TrackerPlugin as private
Pipeline #54161 canceled
...@@ -23,5 +23,5 @@ function(add_behavior_plugin target) ...@@ -23,5 +23,5 @@ function(add_behavior_plugin target)
CXX_EXTENSIONS NO CXX_EXTENSIONS NO
) )
target_link_libraries (${target} biotracker-utility) target_link_libraries (${target} PRIVATE biotracker-utility)
endfunction() endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment