Back to home page

EIC code displayed by LXR

 
 

    


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

0001 acts_add_library(
0002     ExamplesTrackFindingGnn
0003     SHARED
0004     src/TrackFindingAlgorithmGnn.cpp
0005     src/PrototracksToParameters.cpp
0006     src/TrackFindingFromPrototrackAlgorithm.cpp
0007     src/TruthGraphBuilder.cpp
0008     src/createFeatures.cpp
0009 )
0010 
0011 target_include_directories(
0012     ActsExamplesTrackFindingGnn
0013     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0014 )
0015 
0016 target_link_libraries(
0017     ActsExamplesTrackFindingGnn
0018     PUBLIC Acts::PluginGnn Acts::ExamplesFramework Acts::ExamplesTrackFinding
0019 )