Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
utility
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
utility
Commits
e85dc86a
Commit
e85dc86a
authored
6 years ago
by
jotpio
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/BioroboticsLab/biotracker_utility
parents
d8e43572
52378b6f
No related branches found
No related tags found
No related merge requests found
Pipeline
#16330
failed
6 years ago
Stage: build
Stage: package
Stage: deploy
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Src/CMakeLists.txt
+3
-1
3 additions, 1 deletion
Src/CMakeLists.txt
with
3 additions
and
1 deletion
Src/CMakeLists.txt
+
3
−
1
View file @
e85dc86a
...
...
@@ -4,7 +4,9 @@
set
(
target
${
PROJECT_NAME
}
)
add_library
(
${
target
}
STATIC
)
find_package
(
biotracker-interfaces 0.2 REQUIRED
)
if
(
CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR
)
find_package
(
biotracker-interfaces 0.2 REQUIRED
)
endif
()
target_link_libraries
(
${
target
}
biotracker-interfaces
)
find_package
(
Boost REQUIRED system filesystem chrono timer
)
...
...
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