Warning, /acts/Examples/Algorithms/Printers/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(
0002 ActsExamplesPrinters
0003 SHARED
0004 ActsExamples/Printers/ParticlesPrinter.cpp
0005 ActsExamples/Printers/TrackParametersPrinter.cpp
0006 )
0007 target_include_directories(
0008 ActsExamplesPrinters
0009 PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
0010 )
0011 target_link_libraries(
0012 ActsExamplesPrinters
0013 PUBLIC ActsCore ActsFatras ActsExamplesFramework
0014 )
0015
0016 install(
0017 TARGETS ActsExamplesPrinters
0018 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
0019 )