Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Traccc/examples/utils/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-2024 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006 
0007 traccc_add_library( traccc_utils utils TYPE SHARED
0008   "src/printable.cpp"
0009 )