Skip to content

Commit c5b27a1

Browse files
authored
Add pmd qa task to CMakeLists.txt
1 parent 11836d6 commit c5b27a1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

PWGLF/Tasks/GlobalEventProperties/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ o2physics_add_dpl_workflow(dndeta-mft-pp
2323
SOURCES dndeta-mft-pp.cxx
2424
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
2525
COMPONENT_NAME Analysis)
26+
27+
o2physics_add_dpl_workflow(pmd-qa
28+
SOURCES pmdqa.cxx
29+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
30+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)