We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb7ceb commit c764becCopy full SHA for c764bec
2 files changed
Common/Tasks/CMakeLists.txt
@@ -102,4 +102,9 @@ o2physics_add_dpl_workflow(muon-qa
102
o2physics_add_dpl_workflow(zdc-table-reader
103
SOURCES zdcTableReader.cxx
104
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
105
- COMPONENT_NAME Analysis)
+ COMPONENT_NAME Analysis)
106
+
107
+o2physics_add_dpl_workflow(zdc-extra-table-reader
108
+ SOURCES zdcExtraTableReader.cxx
109
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
110
0 commit comments