Warning, /acts/Traccc/examples/tools/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 traccc_add_executable(convert_csv_bfield "convert_csv_bfield.cpp"
0008 LINK_LIBRARIES traccc::core covfie::core Boost::program_options
0009 )
0010
0011 traccc_add_executable(generate_constant_bfield "generate_constant_bfield.cpp"
0012 LINK_LIBRARIES traccc::core covfie::core Boost::program_options
0013 )