Warning, /acts/Examples/Algorithms/GeneratorsPythia8/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesGeneratorsPythia8 SHARED
0003 ActsExamples/Generators/Pythia8ProcessGenerator.cpp)
0004 target_include_directories(
0005 ActsExamplesGeneratorsPythia8
0006 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
0007 target_link_libraries(
0008 ActsExamplesGeneratorsPythia8
0009 PUBLIC
0010 ActsCore
0011 ActsExamplesFramework ActsExamplesGenerators
0012 PRIVATE
0013 Pythia8)
0014
0015 install(
0016 TARGETS ActsExamplesGeneratorsPythia8
0017 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})