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