Back to home page

EIC code displayed by LXR

 
 

    


Warning, /jana2/src/examples/PodioFileReader/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 if (USE_PODIO)
0003 
0004     add_jana_plugin(PodioFileReader)
0005     
0006     target_link_libraries(PodioFileReader 
0007         PUBLIC PodioDatamodel PodioDatamodelDict podio::podioRootIO)
0008 
0009 else()
0010     message(STATUS "Skipping examples/PodioFileReader because USE_PODIO=Off")
0011 
0012 endif()
0013 
0014 
0015