Skip to content
Snippets Groups Projects
Commit d0087949 authored by Damien Lacoste's avatar Damien Lacoste
Browse files

Add MagnetModel library

parent 35ec1546
No related branches found
No related tags found
No related merge requests found
Pipeline #181316 failed
Pipeline: EbsMagnet

#181317

    ......@@ -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
    ......
    ......@@ -16,5 +16,6 @@ target_link_libraries(${DEVICE_CLASS_TARGET}
    PRIVATE
    EbsCorrector
    Eigen3::Eigen
    MagnetModel::MagnetModel
    )
    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