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 d574c2f commit 1c64f92Copy full SHA for 1c64f92
ALICE3/TableProducer/CMakeLists.txt
@@ -53,8 +53,10 @@ o2physics_add_dpl_workflow(alice3-hf-selector-3prong
53
54
o2physics_add_dpl_workflow(alice3-hf-tree-creator-3prong
55
SOURCES alice3HfTreeCreator3Prong.cxx
56
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter
57
+ COMPONENT_NAME Analysis)
58
59
o2physics_add_dpl_workflow(alice3-tracking-translator
60
SOURCES alice3TrackingTranslator.cxx
- PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter
61
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
62
COMPONENT_NAME Analysis)
0 commit comments