Back to home page

sPhenix 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     src/TrackFindingAlgorithmGnn.cpp
0004     src/PrototracksToParameters.cpp
0005     src/TrackFindingFromPrototrackAlgorithm.cpp
0006     src/TruthGraphBuilder.cpp
0007     src/createFeatures.cpp
0008 )
0009 
0010 target_include_directories(
0011     ActsExamplesTrackFindingGnn
0012     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0013 )
0014 
0015 target_link_libraries(
0016     ActsExamplesTrackFindingGnn
0017     PUBLIC Acts::PluginGnn Acts::ExamplesFramework Acts::ExamplesTrackFinding
0018 )