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