Skip to content

Commit 4a56e53

Browse files
Add missing converter in CMakeLists.txt
1 parent 7e877ef commit 4a56e53

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

PWGLF/TableProducer/Strangeness/Converters/CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ o2physics_add_dpl_workflow(stramccollisionconverter
139139
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
140140
COMPONENT_NAME Analysis)
141141

142+
o2physics_add_dpl_workflow(stramccollisionconverter2
143+
SOURCES stramccollisionconverter2.cxx
144+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
145+
COMPONENT_NAME Analysis)
146+
142147
o2physics_add_dpl_workflow(strastampsconverter
143148
SOURCES strastampsconverter.cxx
144149
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
@@ -159,8 +164,8 @@ o2physics_add_dpl_workflow(stramccollmultconverter
159164
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
160165
COMPONENT_NAME Analysis)
161166

162-
o2physics_add_dpl_workflow(stramccollisionconverter2
163-
SOURCES stramccollisionconverter2.cxx
167+
o2physics_add_dpl_workflow(stramccollmultconverter2
168+
SOURCES stramccollmultconverter2.cxx
164169
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
165170
COMPONENT_NAME Analysis)
166171

0 commit comments

Comments
 (0)