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
52378b6f
Commit
52378b6f
authored
6 years ago
by
David Dormagen
Browse files
Options
Downloads
Patches
Plain Diff
enable building as part of a superproject
Originally 3509b943b9ee13143110214fb0a386adbddbf415
parent
79d1c480
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#15671
passed
6 years ago
Stage: build
Stage: package
Stage: deploy
Pipeline: biotracker
#15681
Changes
1
Pipelines
6
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 @
52378b6f
...
@@ -4,7 +4,9 @@
...
@@ -4,7 +4,9 @@
set
(
target
${
PROJECT_NAME
}
)
set
(
target
${
PROJECT_NAME
}
)
add_library
(
${
target
}
STATIC
)
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
)
target_link_libraries
(
${
target
}
biotracker-interfaces
)
find_package
(
Boost REQUIRED system filesystem chrono timer
)
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