From 843f95eb7c4b0d57e394df7bf6de200fa7a8cfde Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Fri, 26 Jun 2020 17:04:06 +0200 Subject: [PATCH] METReconstruction: cmake fixes Library dependency fixes. --- Reconstruction/MET/METReconstruction/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/MET/METReconstruction/CMakeLists.txt b/Reconstruction/MET/METReconstruction/CMakeLists.txt index d93af02cbfa..e61c845b9a2 100644 --- a/Reconstruction/MET/METReconstruction/CMakeLists.txt +++ b/Reconstruction/MET/METReconstruction/CMakeLists.txt @@ -44,7 +44,7 @@ include_directories(src) atlas_add_component( METReconstruction Root/*.cxx src/*.cxx src/components/*.cxx INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools FourMomUtils xAODCaloEvent xAODEgamma xAODJet xAODMissingET xAODMuon xAODPFlow xAODTracking xAODTruth GaudiKernel RecoToolInterfaces CaloEvent AthContainers AthenaBaseComps EventPrimitives xAODTau TruthUtils PATCoreLib ) + LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools FourMomUtils xAODCaloEvent xAODEgamma xAODJet xAODMissingET xAODMuon xAODPFlow xAODTracking xAODTruth GaudiKernel RecoToolInterfaces CaloEvent AthContainers AthenaBaseComps EventPrimitives xAODTau TruthUtils PATCoreLib METRecoInterface PFlowUtilsLib InDetTrackSelectionToolLib TrackVertexAssociationToolLib ) atlas_add_dictionary( METReconstructionDict METReconstruction/METReconstructionAthDict.h -- GitLab