Warning, /acts/Examples/Scripts/TrackingPerformance/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_executable(ActsAnalysisResidualsAndPulls ResidualsAndPulls.cpp)
0002 target_link_libraries(
0003 ActsAnalysisResidualsAndPulls
0004 ROOT::Core
0005 ROOT::Hist
0006 ROOT::Tree
0007 ROOT::TreePlayer
0008 Boost::program_options
0009 )
0010
0011 add_executable(ActsAnalysisTrackSummary TrackSummary.cpp)
0012 target_link_libraries(
0013 ActsAnalysisTrackSummary
0014 ActsExamplesFramework
0015 ROOT::Core
0016 ROOT::Hist
0017 ROOT::Tree
0018 ROOT::TreePlayer
0019 Boost::program_options
0020 nlohmann_json::nlohmann_json
0021 )
0022
0023 install(
0024 TARGETS ActsAnalysisResidualsAndPulls ActsAnalysisTrackSummary
0025 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
0026 )