Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Examples/Algorithms/Generators/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 acts_add_library(ExamplesGenerators ActsExamples/Generators/EventGenerator.cpp)
0002 target_include_directories(
0003     ActsExamplesGenerators
0004     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
0005 )
0006 target_link_libraries(
0007     ActsExamplesGenerators
0008     PUBLIC Acts::ExamplesIoHepMC3 HepMC3::HepMC3
0009 )