Warning, /acts/Examples/Algorithms/Propagation/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 acts_add_library(ExamplesPropagation SHARED src/PropagationAlgorithm.cpp)
0002
0003 target_include_directories(
0004 ActsExamplesPropagation
0005 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0006 )
0007
0008 target_link_libraries(ActsExamplesPropagation PUBLIC Acts::ExamplesFramework)
0009
0010 acts_compile_headers(ExamplesPropagation GLOB "include/**/*.hpp")