Skip to content
7 changes: 6 additions & 1 deletion PWGCF/Flow/Tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
# All rights not expressly granted are reserved.
Expand Down Expand Up @@ -44,7 +44,7 @@
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(flow-gf

Check failure on line 47 in PWGCF/Flow/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name flow-gf does not match its file name flowAnalysisGF.cxx. (Matches flowGf.cxx.)
SOURCES flowAnalysisGF.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)
Expand All @@ -60,11 +60,11 @@
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(flow-pid-cme
SOURCES pidcme.cxx
SOURCES flowPidCme.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(flow-sp

Check failure on line 67 in PWGCF/Flow/Tasks/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name flow-sp does not match its file name flowSP.cxx. (Matches flowSp.cxx.)
SOURCES flowSP.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)
Expand All @@ -78,3 +78,8 @@
SOURCES flowEfficiencyCasc.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(flow-ese-p-he3
SOURCES flowEsePHe3.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
COMPONENT_NAME Analysis)
Loading
Loading