Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Examples/Algorithms/Vertexing/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 acts_add_library(
0002     ExamplesVertexing
0003     SHARED
0004     src/AdaptiveMultiVertexFinderAlgorithm.cpp
0005     src/HoughVertexFinderAlgorithm.cpp
0006     src/IterativeVertexFinderAlgorithm.cpp
0007     src/VertexFitterAlgorithm.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 Acts::ExamplesFramework
0017     PRIVATE Acts::ExamplesTruthTracking
0018 )