Warning, /jana2/src/examples/TimesliceExample/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001
0002
0003 if (USE_PODIO)
0004
0005 add_jana_plugin(TimesliceExample)
0006
0007 target_link_libraries(TimesliceExample PUBLIC PodioDatamodel PodioDatamodelDict podio::podioRootIO)
0008
0009 add_test(NAME jana-example-timeslices-simple-tests
0010 COMMAND ${CMAKE_INSTALL_PREFIX}/bin/jana -Pplugins=TimesliceExample -Pjana:nevents=10 events.root)
0011
0012 add_test(NAME jana-example-timeslices-complex-tests
0013 COMMAND ${CMAKE_INSTALL_PREFIX}/bin/jana -Pplugins=TimesliceExample -Pjana:nevents=10 timeslices.root)
0014
0015 else()
0016 message(STATUS "Skipping examples/TimesliceExample because USE_PODIO=Off")
0017 endif()
0018
0019