Warning, /acts/Traccc/examples/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) 2021-2023 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006
0007 # Project include(s).
0008 include(traccc-compiler-options-cpp)
0009
0010 add_subdirectory(utils)
0011 add_subdirectory(options)
0012 add_subdirectory(run)
0013 add_subdirectory(io)
0014 add_subdirectory(simulation)
0015 add_subdirectory(tools)