Warning, /acts/Examples/Algorithms/Printers/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 acts_add_library(
0002 ExamplesPrinters
0003 ActsExamples/Printers/ParticlesPrinter.cpp
0004 ActsExamples/Printers/TrackParametersPrinter.cpp
0005 )
0006 target_include_directories(
0007 ActsExamplesPrinters
0008 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
0009 )
0010 target_link_libraries(
0011 ActsExamplesPrinters
0012 PUBLIC Acts::Fatras Acts::ExamplesFramework
0013 )