Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backgroundsubtraction_tracker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
biotracker
backgroundsubtraction_tracker
Commits
178d9cc5
Commit
178d9cc5
authored
2 years ago
by
Max Breitenfeldt
Browse files
Options
Downloads
Patches
Plain Diff
cmake: link tracking plugin private
parent
b8ce83c5
No related branches found
No related tags found
1 merge request
!1
cmake: link tracking plugin private
Pipeline
#52035
failed
2 years ago
Stage: build
Stage: package
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Src/CMakeLists.txt
+2
-2
2 additions, 2 deletions
Src/CMakeLists.txt
with
2 additions
and
2 deletions
Src/CMakeLists.txt
+
2
−
2
View file @
178d9cc5
...
@@ -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
}
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment