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 add_library(ActsExamplesTrackFindingML 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 ActsCore ActsPluginOnnx ActsExamplesFramework
0016 )
0017
0018 install(
0019 TARGETS ActsExamplesTrackFindingML
0020 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0021 )