Warning, /acts/Traccc/examples/simulation/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # TRACCC library, part of the ACTS project (R&D line)
0002 #
0003 # (c) 2022-2023 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006
0007 # Simulation with the default metadata and json inputs
0008 traccc_add_executable(simulate "simulate.cpp"
0009 LINK_LIBRARIES vecmem::core traccc::io traccc::core
0010 traccc::options traccc::simulation detray::io covfie::core Boost::filesystem
0011 )
0012
0013 # Simulation with the detectors pre-built in detray
0014 traccc_add_executable(simulate_telescope "simulate_telescope.cpp"
0015 LINK_LIBRARIES vecmem::core traccc::io traccc::core
0016 traccc::options traccc::simulation detray::core detray::io detray::test_common covfie::core Boost::filesystem
0017 )
0018
0019 traccc_add_executable(simulate_toy_detector "simulate_toy_detector.cpp"
0020 LINK_LIBRARIES vecmem::core traccc::io traccc::core
0021 traccc::options traccc::simulation detray::io detray::test_common covfie::core Boost::filesystem
0022 )
0023
0024 traccc_add_executable(simulate_wire_chamber "simulate_wire_chamber.cpp"
0025 LINK_LIBRARIES vecmem::core traccc::io traccc::core
0026 traccc::options traccc::simulation detray::io detray::test_common covfie::core Boost::filesystem
0027 )