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 add_library(
0002     ActsExamplesGenerators
0003     SHARED
0004     ActsExamples/Generators/EventGenerator.cpp
0005 )
0006 target_include_directories(
0007     ActsExamplesGenerators
0008     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
0009 )
0010 target_link_libraries(
0011     ActsExamplesGenerators
0012     PUBLIC ActsCore ActsExamplesFramework ActsExamplesIoHepMC3 HepMC3::HepMC3
0013 )
0014 
0015 install(
0016     TARGETS ActsExamplesGenerators
0017     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0018 )