Back to home page

sPhenix 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 SHARED
0003   src/EventAction.cpp
0004   src/EventRecording.cpp
0005   src/PrimaryGeneratorAction.cpp
0006   src/RunAction.cpp
0007   src/SteppingAction.cpp)
0008 target_include_directories(
0009   ActsExamplesEventRecording
0010   SYSTEM PUBLIC ${HEPMC3_INCLUDE_DIR})
0011 target_include_directories(
0012   ActsExamplesEventRecording
0013   PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0014 target_link_libraries(
0015   ActsExamplesEventRecording
0016   PUBLIC ActsCore ActsExamplesFramework ActsExamplesGeant4 ${HEPMC3_LIBRARIES})
0017 
0018 install(
0019   TARGETS ActsExamplesEventRecording
0020   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})