Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Plugins/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # plugins are manually ordered such that dependent plugins appear after their
0002 # dependencies in the component list.
0003 # independent plugins
0004 add_component_if(ActSVG PluginActSVG ACTS_BUILD_PLUGIN_ACTSVG)
0005 add_component_if(FastJet PluginFastJet ACTS_BUILD_PLUGIN_FASTJET)
0006 add_component_if(FpeMonitoring PluginFpeMonitoring ACTS_BUILD_PLUGIN_FPEMON)
0007 add_component_if(Geant4 PluginGeant4 ACTS_BUILD_PLUGIN_GEANT4)
0008 add_component_if(GeoModel PluginGeoModel ACTS_BUILD_PLUGIN_GEOMODEL)
0009 add_component_if(Json PluginJson ACTS_BUILD_PLUGIN_JSON)
0010 add_component_if(Onnx PluginOnnx ACTS_BUILD_PLUGIN_ONNX)
0011 add_component_if(ExaTrkX PluginExaTrkX ACTS_BUILD_PLUGIN_EXATRKX)
0012 add_component_if(Detray PluginDetray ACTS_BUILD_PLUGIN_TRACCC)
0013 add_component_if(Covfie PluginCovfie ACTS_BUILD_PLUGIN_TRACCC)
0014 add_component_if(Hashing PluginHashing ACTS_BUILD_PLUGIN_HASHING)
0015 
0016 # dependent plugins. depend either on a independent plugins or on one another
0017 add_component_if(Root PluginRoot ACTS_BUILD_PLUGIN_ROOT)
0018 add_component_if(DD4hep PluginDD4hep ACTS_BUILD_PLUGIN_DD4HEP)
0019 add_component_if(Podio PluginPodio ACTS_BUILD_PLUGIN_PODIO OR ACTS_PLUGIN_EDM4HEP)
0020 add_component_if(EDM4hep PluginEDM4hep ACTS_BUILD_PLUGIN_EDM4HEP)
0021 
0022 propagate_components_to_parent()