Back to home page

EIC code displayed by LXR

 
 

    


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

0001 if (USE_PERFETTO)
0002     add_jana_plugin(perfetto SOURCES perfetto_plugin.cc)
0003     add_test(NAME jana-plugin-perfetto-tests
0004         COMMAND jana -Pplugins=JTest,perfetto -Pjana:nevents=10)
0005 else()
0006     message(STATUS "Skipping plugins/perfetto because USE_PERFETTO=Off")
0007 endif()