Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 add_library(
0002   ActsExamplesTrackFitting SHARED
0003   src/RefittingCalibrator.cpp
0004   src/SurfaceSortingAlgorithm.cpp
0005   src/TrackFittingAlgorithm.cpp
0006   src/KalmanFitterFunction.cpp
0007   src/RefittingAlgorithm.cpp
0008   src/GsfFitterFunction.cpp
0009   src/GlobalChiSquareFitterFunction.cpp)
0010 target_include_directories(
0011   ActsExamplesTrackFitting
0012   PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0013 target_link_libraries(
0014   ActsExamplesTrackFitting
0015   PUBLIC
0016     ActsCore
0017     ActsExamplesFramework ActsExamplesMagneticField)
0018 
0019 install(
0020   TARGETS ActsExamplesTrackFitting
0021   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
0022 
0023 install(DIRECTORY include/ActsExamples DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})