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 21c615b commit 300fe50Copy full SHA for 300fe50
Common/LegacyDataQA/CMakeLists.txt
@@ -22,4 +22,9 @@ o2physics_add_dpl_workflow(centqa
22
o2physics_add_dpl_workflow(tpcpidqa
23
SOURCES tpcpidqa.cxx
24
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
25
- COMPONENT_NAME Analysis)
+ COMPONENT_NAME Analysis)
26
+
27
+o2physics_add_dpl_workflow(pmd-qa
28
+ SOURCES pmdQa.cxx
29
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
30
0 commit comments