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     src/AdaptiveMultiVertexFinderAlgorithm.cpp
0004     src/HoughVertexFinderAlgorithm.cpp
0005     src/IterativeVertexFinderAlgorithm.cpp
0006     src/VertexFitterAlgorithm.cpp
0007     src/TruthVertexSeeder.cpp
0008 )
0009 target_include_directories(
0010     ActsExamplesVertexing
0011     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0012 )
0013 target_link_libraries(
0014     ActsExamplesVertexing
0015     PUBLIC Acts::ExamplesFramework
0016     PRIVATE Acts::ExamplesTruthTracking
0017 )
0018 
0019 acts_compile_headers(ExamplesVertexing GLOB "include/**/*.hpp")