Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Traccc/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) 2023 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006 
0007 # Set up the "build" of the traccc::io library.
0008 traccc_add_library( traccc_simulation simulation TYPE INTERFACE
0009   # Public headers
0010   "include/traccc/simulation/event_generators.hpp"
0011   "include/traccc/simulation/measurement_smearer.hpp"
0012   "include/traccc/simulation/simulator.hpp"
0013   "include/traccc/simulation/smearing_writer.hpp"
0014 )
0015 target_link_libraries(
0016     traccc_simulation
0017     INTERFACE
0018         traccc::core
0019         traccc::io
0020         detray::core
0021         detray::io
0022         detray::test_common
0023         detray::test_utils
0024 )