Skip to content

Commit 212bc72

Browse files
Fix CMakeLists.txt for strangeness converters
1 parent 2f97dd4 commit 212bc72

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

PWGLF/TableProducer/Strangeness/Converters/CMakeLists.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ o2physics_add_dpl_workflow(stradautrackstofpidconverter2
2424
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
2525
COMPONENT_NAME Analysis)
2626

27+
o2physics_add_dpl_workflow(stradautrackstofpidconverter3
28+
SOURCES stradautrackstofpidconverter3.cxx
29+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
30+
COMPONENT_NAME Analysis)
31+
32+
o2physics_add_dpl_workflow(stradautracksextraconverter
33+
SOURCES stradautracksextraconverter.cxx
34+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
35+
COMPONENT_NAME Analysis)
36+
2737
o2physics_add_dpl_workflow(stradautracksextraconverter2
2838
SOURCES stradautracksextraconverter2.cxx
2939
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
@@ -129,6 +139,11 @@ o2physics_add_dpl_workflow(stracentconverter
129139
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
130140
COMPONENT_NAME Analysis)
131141

142+
o2physics_add_dpl_workflow(stracentconverter2
143+
SOURCES stracentconverter2.cxx
144+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
145+
COMPONENT_NAME Analysis)
146+
132147
o2physics_add_dpl_workflow(stramccollmultconverter
133148
SOURCES stramccollmultconverter.cxx
134149
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore

0 commit comments

Comments
 (0)