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

cmake: link tracking plugin private

parent b8ce83c5
No related branches found
No related tags found
1 merge request!1cmake: link tracking plugin private
Pipeline #52035 failed
...@@ -45,6 +45,6 @@ add_behavior_plugin(${target} ...@@ -45,6 +45,6 @@ add_behavior_plugin(${target}
install(TARGETS ${target} OPTIONAL DESTINATION .) install(TARGETS ${target} OPTIONAL DESTINATION .)
find_package(Qt5 REQUIRED COMPONENTS Xml Network) find_package(Qt5 REQUIRED COMPONENTS Xml Network)
target_link_libraries (${target} Qt5::Xml Qt5::Network) target_link_libraries (${target} PRIVATE Qt5::Xml Qt5::Network)
target_link_libraries(${target} ${OpenCV_LIBS}) target_link_libraries(${target} PRIVATE ${OpenCV_LIBS})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment