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(ActsAnalysisResidualsAndPulls
0003 ROOT::Core
0004 ROOT::Hist
0005 ROOT::Tree
0006 ROOT::TreePlayer
0007 Boost::program_options)
0008
0009 add_executable(ActsAnalysisTrackSummary TrackSummary.cpp)
0010 target_link_libraries(ActsAnalysisTrackSummary
0011 ActsExamplesFramework
0012 ROOT::Core
0013 ROOT::Hist
0014 ROOT::Tree
0015 ROOT::TreePlayer
0016 Boost::program_options
0017 nlohmann_json::nlohmann_json)
0018
0019 install(
0020 TARGETS
0021 ActsAnalysisResidualsAndPulls
0022 ActsAnalysisTrackSummary
0023 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})