Back to home page

sPhenix 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(Identification PluginIdentification ACTS_BUILD_PLUGIN_IDENTIFICATION)
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(Sycl PluginSycl ACTS_BUILD_PLUGIN_SYCL)
0013 add_component_if(ExaTrkX PluginExaTrkX ACTS_BUILD_PLUGIN_EXATRKX)
0014 
0015 # dependent plugins. depend either on a independent plugins or on one another
0016 add_component_if(TGeo PluginTGeo ACTS_BUILD_PLUGIN_TGEO)
0017 add_component_if(DD4hep PluginDD4hep ACTS_BUILD_PLUGIN_DD4HEP)
0018 add_component_if(EDM4hep PluginEDM4hep ACTS_BUILD_PLUGIN_EDM4HEP)
0019 add_component_if(Podio PluginPodio ACTS_BUILD_PLUGIN_PODIO)
0020 
0021 propagate_components_to_parent()