Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EbsMagnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Accelerators
Magnets
EbsMagnet
Commits
d0087949
Commit
d0087949
authored
8 months ago
by
Damien Lacoste
Browse files
Options
Downloads
Patches
Plain Diff
Add MagnetModel library
parent
35ec1546
No related branches found
No related tags found
No related merge requests found
Pipeline
#181316
failed
8 months ago
Stage: format
Stage: generate
Stage: trigg
Pipeline: EbsMagnet
#181317
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+8
-0
8 additions, 0 deletions
CMakeLists.txt
classes/EbsMagnet/config-class.cmake
+1
-0
1 addition, 0 deletions
classes/EbsMagnet/config-class.cmake
with
9 additions
and
0 deletions
CMakeLists.txt
+
8
−
0
View file @
d0087949
...
...
@@ -20,6 +20,14 @@ OPTION(BUILD_TESTING "Build all the unit-tests" OFF)
# Manage common tasks
include
(
build-common
)
findLibConfig
(
#REQUIRED
CONFIG
NAME MagnetModel
NAME_CMAKE MagnetModel
VERSION 2
EXPECTED_TARGETS MagnetModel::MagnetModel
)
###############################################################################
# Local Tango Classes build in this project
...
...
This diff is collapsed.
Click to expand it.
classes/EbsMagnet/config-class.cmake
+
1
−
0
View file @
d0087949
...
...
@@ -16,5 +16,6 @@ target_link_libraries(${DEVICE_CLASS_TARGET}
PRIVATE
EbsCorrector
Eigen3::Eigen
MagnetModel::MagnetModel
)
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