Skip to content

Commit c764bec

Browse files
udmitriealibuild
andauthored
[Common] Add zdc-extra-table-reader task (#16028)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent ecb7ceb commit c764bec

2 files changed

Lines changed: 1058 additions & 1 deletion

File tree

Common/Tasks/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,9 @@ o2physics_add_dpl_workflow(muon-qa
102102
o2physics_add_dpl_workflow(zdc-table-reader
103103
SOURCES zdcTableReader.cxx
104104
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
105-
COMPONENT_NAME Analysis)
105+
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+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)