From 5b0586383acbacd20d465b0177cecc8e14fb6694 Mon Sep 17 00:00:00 2001 From: Anton Riedel Date: Wed, 8 Oct 2025 13:16:51 +0200 Subject: [PATCH] Feat: fix CMakeLists.txt --- PWGCF/FemtoDream/Tasks/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PWGCF/FemtoDream/Tasks/CMakeLists.txt b/PWGCF/FemtoDream/Tasks/CMakeLists.txt index d3b0bc6a436..4e1485f4133 100644 --- a/PWGCF/FemtoDream/Tasks/CMakeLists.txt +++ b/PWGCF/FemtoDream/Tasks/CMakeLists.txt @@ -88,3 +88,8 @@ o2physics_add_dpl_workflow(femtodream-pair-v0-v0 SOURCES femtoDreamPairTaskV0V0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) + +o2physics_add_dpl_workflow(femto-dream-pair-efficiency + SOURCES femtoDreamPairEfficiency.cxx + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore + COMPONENT_NAME Analysis)