Back to home page

EIC code displayed by LXR

 
 

    


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

0001 
0002 
0003 add_jana_test(jana-perf-tests)
0004 
0005 if (USE_PODIO)
0006     find_package(podio REQUIRED)
0007     target_link_libraries(jana-perf-tests PRIVATE PodioDatamodel PodioDatamodelDict)
0008 
0009 else()
0010     message(STATUS "jana-perf-tests compiled without PODIO stress test because USE_PODIO=Off")
0011 
0012 endif()
0013