Back to home page

EIC code displayed by LXR

 
 

    


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

0001 add_library(
0002     ActsExamplesEventRecording
0003     SHARED
0004     src/EventAction.cpp
0005     src/EventRecording.cpp
0006     src/PrimaryGeneratorAction.cpp
0007     src/RunAction.cpp
0008     src/SteppingAction.cpp
0009 )
0010 target_include_directories(
0011     ActsExamplesEventRecording
0012     SYSTEM
0013     PUBLIC ${HEPMC3_INCLUDE_DIR}
0014 )
0015 target_include_directories(
0016     ActsExamplesEventRecording
0017     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0018 )
0019 target_link_libraries(
0020     ActsExamplesEventRecording
0021     PUBLIC ActsCore ActsExamplesFramework ActsExamplesGeant4 ${HEPMC3_LIBRARIES}
0022 )
0023 
0024 install(
0025     TARGETS ActsExamplesEventRecording
0026     LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0027 )