Warning, /acts/Examples/Algorithms/HepMC/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesHepMC3 SHARED
0003 src/HepMCProcessExtractor.cpp)
0004 target_include_directories(
0005 ActsExamplesHepMC3
0006 SYSTEM PUBLIC ${HEPMC3_INCLUDE_DIR})
0007 target_include_directories(
0008 ActsExamplesHepMC3
0009 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0010 target_link_libraries(
0011 ActsExamplesHepMC3
0012 PUBLIC ActsCore ActsExamplesFramework ActsExamplesIoHepMC3)
0013
0014 install(
0015 TARGETS ActsExamplesHepMC3
0016 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})