Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Traccc/examples/io/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 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006 
0007 traccc_add_executable( create_binaries "create_binaries.cpp"
0008    LINK_LIBRARIES vecmem::core traccc::core traccc::io traccc::options
0009 )