Warning, /acts/Examples/Io/NuclearInteractions/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesIoNuclearInteractions SHARED
0003 src/RootNuclearInteractionParametersWriter.cpp
0004 src/detail/NuclearInteractionParametrisation.cpp
0005 )
0006 target_include_directories(
0007 ActsExamplesIoNuclearInteractions
0008 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0009 target_link_libraries(
0010 ActsExamplesIoNuclearInteractions
0011 PUBLIC
0012 ActsCore ActsExamplesFramework
0013 Threads::Threads
0014 PRIVATE ROOT::Core ROOT::Hist ROOT::Tree)
0015
0016 install(
0017 TARGETS ActsExamplesIoNuclearInteractions
0018 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})