Warning, /acts/Examples/Algorithms/Vertexing/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesVertexing SHARED
0003 src/AdaptiveMultiVertexFinderAlgorithm.cpp
0004 src/IterativeVertexFinderAlgorithm.cpp
0005 src/VertexFitterAlgorithm.cpp
0006 src/SingleSeedVertexFinderAlgorithm.cpp
0007 )
0008 target_include_directories(
0009 ActsExamplesVertexing
0010 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
0011 target_link_libraries(
0012 ActsExamplesVertexing
0013 PUBLIC ActsCore ActsExamplesFramework
0014 PRIVATE ActsExamplesTruthTracking)
0015
0016 install(
0017 TARGETS ActsExamplesVertexing
0018 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})