Skip to content

Commit 5878e34

Browse files
Update CMakeLists.txt
1 parent 65baed3 commit 5878e34

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

PWGCF/Femto3D/Tasks/CMakeLists.txt

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
1-
#Copyright 2019 - 2020 CERN and copyright holders of ALICE O2.
2-
#See https: // alice-o2.web.cern.ch/copyright for details of the copyright holders.
3-
#All rights not expressly granted are reserved.
1+
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
# All rights not expressly granted are reserved.
44
#
5-
#This software is distributed under the terms of the GNU General Public
6-
#License v3(GPL Version 3), copied verbatim in the file "COPYING".
5+
# This software is distributed under the terms of the GNU General Public
6+
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
77
#
8-
#In applying this license CERN does not waive the privileges and immunities
9-
#granted to it by virtue of its status as an Intergovernmental Organization
8+
# In applying this license CERN does not waive the privileges and immunities
9+
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
1111

12-
o2physics_add_dpl_workflow(femto3d - qa
13-
SOURCES femto3dQA.cxx
14-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
15-
COMPONENT_NAME Analysis)
12+
o2physics_add_dpl_workflow(femto3d-qa
13+
SOURCES femto3dQA.cxx
14+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
15+
COMPONENT_NAME Analysis)
1616

17-
o2physics_add_dpl_workflow(femto3d - pair - task SOURCES femto3dPairTask.cxx PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore COMPONENT_NAME Analysis)
17+
o2physics_add_dpl_workflow(femto3d-pair-task
18+
SOURCES femto3dPairTask.cxx
19+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
20+
COMPONENT_NAME Analysis)
1821

19-
o2physics_add_dpl_workflow(femto3d - pair - task - mc SOURCES femto3dPairTaskMC.cxx PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore COMPONENT_NAME Analysis)
22+
o2physics_add_dpl_workflow(femto3d-pair-task-mc
23+
SOURCES femto3dPairTaskMC.cxx
24+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
25+
COMPONENT_NAME Analysis)
2026

21-
o2physics_add_dpl_workflow(femto3d - pid - optimization SOURCES PIDOptimization.cxx PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore COMPONENT_NAME Analysis)
27+
o2physics_add_dpl_workflow(femto3d-pid-optimization
28+
SOURCES PIDOptimization.cxx
29+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
30+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)