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

Compile Magnet.cpp and Multipole.cpp in EbsMagnet

and fix an include error in Multipole.h
parent 81e6a101
No related branches found
No related tags found
No related merge requests found
Pipeline #181337 failed
Pipeline: EbsMagnet

#181339

    ......@@ -11,6 +11,13 @@
    # custom::lib
    # )
    target_sources(${DEVICE_CLASS_TARGET}
    PRIVATE
    src/Magnet/Magnet.cpp
    src/Magnet/Multipole.cpp
    )
    target_link_libraries(${DEVICE_CLASS_TARGET}
    PRIVATE
    EbsCorrector
    ......
    ......@@ -5,7 +5,7 @@
    #include <DipoleQuadrupole.h>
    #include <SH3Magnet.h>
    #include <SH5Magnet.h>
    #include "EbsMagnet.h"
    #include <tango/classes/EbsMagnet/EbsMagnet.h>
    #ifndef EBSMAGNET_QUADRUPOLE_H
    #define EBSMAGNET_QUADRUPOLE_H
    ......
    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