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