Back to home page

EIC code displayed by LXR

 
 

    


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

0001 acts_add_library(
0002     ExamplesGeneratorsPythia8
0003     SHARED
0004     ActsExamples/Generators/Pythia8ProcessGenerator.cpp
0005 )
0006 target_include_directories(
0007     ActsExamplesGeneratorsPythia8
0008     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
0009 )
0010 target_link_libraries(
0011     ActsExamplesGeneratorsPythia8
0012     PUBLIC Acts::ExamplesFramework Acts::ExamplesGenerators
0013     PRIVATE Pythia8::Pythia8
0014 )