Warning, /acts/Examples/Io/HepMC3/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesIoHepMC3 SHARED
0003 src/HepMC3Event.cpp
0004 src/HepMC3Particle.cpp
0005 src/HepMC3Reader.cpp
0006 src/HepMC3Vertex.cpp
0007 src/HepMC3Writer.cpp)
0008 target_include_directories(
0009 ActsExamplesIoHepMC3
0010 SYSTEM PUBLIC ${HEPMC3_INCLUDE_DIR})
0011 target_include_directories(
0012 ActsExamplesIoHepMC3
0013 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0014 target_link_libraries(
0015 ActsExamplesIoHepMC3
0016 PUBLIC ActsCore ActsExamplesFramework ${HEPMC3_LIBRARIES}
0017 PRIVATE ActsFatras)
0018
0019 install(
0020 TARGETS ActsExamplesIoHepMC3
0021 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})