Back to home page

EIC code displayed by LXR

 
 

    


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

0001 set(SOURCES
0002     src/AmbiguityResolutionMLAlgorithm.cpp
0003     src/SeedFilterMLAlgorithm.cpp
0004 )
0005 
0006 acts_add_library(ExamplesTrackFindingML SHARED ${SOURCES})
0007 
0008 target_include_directories(
0009     ActsExamplesTrackFindingML
0010     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0011 )
0012 
0013 target_link_libraries(
0014     ActsExamplesTrackFindingML
0015     PUBLIC Acts::PluginOnnx Acts::ExamplesFramework
0016 )
0017 
0018 acts_compile_headers(ExamplesTrackFindingML GLOB "include/**/*.hpp")