Skip to content
Snippets Groups Projects

cmake: link TrackerPlugin as private

Merged maxbr requested to merge private_plugin into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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()
Loading