diff --git a/Muon/MuonTrackMonitor/CMakeLists.txt b/Muon/MuonTrackMonitor/CMakeLists.txt index 97ee11f87678b3ad97f5f03c24afb3a2836cc8e3..e33081b4c4a8faf57eacaa2389955b81b9cd0a18 100644 --- a/Muon/MuonTrackMonitor/CMakeLists.txt +++ b/Muon/MuonTrackMonitor/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################### -# (c) Copyright 2000-2021 CERN for the benefit of the LHCb Collaboration # +# (c) Copyright 2000-2024 CERN for the benefit of the LHCb Collaboration # # # # This software is distributed under the terms of the GNU General Public # # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # @@ -31,6 +31,9 @@ lhcb_add_confuser_dependencies( :MuonTrackMonitor GaudiAlg:GaudiAlg Kernel/LHCbKernel + Tf/TrackSys Tr/TrackFitter:TrackFitter Tr/TrackTools:TrackTools + Tr/TrackProjectors:TrackProjectors + Tr/TrackExtrapolators:TrackExtrapolators ) diff --git a/Rich/RichRecSys/CMakeLists.txt b/Rich/RichRecSys/CMakeLists.txt index 8604ba3f928c572cb6bae5c5c292ec5f6fed1cff..1cd4e4dd26a3e308ceab3f4bd33cecef19a53dc0 100644 --- a/Rich/RichRecSys/CMakeLists.txt +++ b/Rich/RichRecSys/CMakeLists.txt @@ -18,7 +18,9 @@ gaudi_generate_confuserdb() lhcb_add_confuser_dependencies( GaudiAlg:GaudiAlg Rich/RichENNRingFinder + Rich/RichGlobalPID:RichGlobalPID Rich/RichKernel + Rich/RichRecAlgorithms:RichRecAlgorithms Rich/RichRecTemplateRings Rich/RichRecTrackTools:RichRecTrackTools )