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(Cuda PluginCuda ACTS_BUILD_PLUGIN_CUDA)
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(Legacy PluginLegacy ACTS_BUILD_PLUGIN_LEGACY)
0011 add_component_if(Onnx PluginOnnx ACTS_BUILD_PLUGIN_ONNX)
0012 add_component_if(ExaTrkX PluginExaTrkX ACTS_BUILD_PLUGIN_EXATRKX)
0013 add_component_if(Detray PluginDetray ACTS_BUILD_PLUGIN_TRACCC)
0014 add_component_if(Covfie PluginCovfie ACTS_BUILD_PLUGIN_TRACCC)
0015 add_component_if(Hashing PluginHashing ACTS_BUILD_PLUGIN_HASHING)
0016 
0017 # dependent plugins. depend either on a independent plugins or on one another
0018 add_component_if(TGeo PluginTGeo ACTS_BUILD_PLUGIN_TGEO)
0019 add_component_if(DD4hep PluginDD4hep ACTS_BUILD_PLUGIN_DD4HEP)
0020 add_component_if(Podio PluginPodio ACTS_BUILD_PLUGIN_PODIO OR ACTS_PLUGIN_EDM4HEP)
0021 add_component_if(EDM4hep PluginEDM4hep ACTS_BUILD_PLUGIN_EDM4HEP)
0022 
0023 propagate_components_to_parent()