Skip to content

Commit 9690540

Browse files
committed
modifying the cmakefile
1 parent a08c283 commit 9690540

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

PWGUD/TableProducer/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ o2physics_add_dpl_workflow(tau-event-table-producer
3636
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
3737
COMPONENT_NAME Analysis)
3838

39+
o2physics_add_dpl_workflow(two-tracks-event-table-producer
40+
SOURCES twoTracksEventTableProducer.cxx
41+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
42+
COMPONENT_NAME Analysis)
43+
3944
o2physics_add_dpl_workflow(fwdtrack-propagation
4045
SOURCES fwdTrackPropagation.cxx
4146
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::GlobalTracking

0 commit comments

Comments
 (0)