Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Examples/Algorithms/AlignmentMillePede/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 acts_add_library(
0002     ExamplesAlignmentMillePede
0003     src/MillePedeAlignmentSandbox.cpp
0004     src/ActsSolverFromMille.cpp
0005 )
0006 target_include_directories(
0007     ActsExamplesAlignmentMillePede
0008     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0009 )
0010 target_link_libraries(
0011     ActsExamplesAlignmentMillePede
0012     PUBLIC
0013         Acts::Alignment
0014         Acts::ExamplesFramework
0015         Acts::ExamplesMagneticField
0016         ActsPluginMille
0017 )