From be7d3900eb52ed84c41be73cc6f6d8099407afbf Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Tue, 30 Jun 2020 16:26:03 +0200
Subject: [PATCH] egammaCaloTools: cmake fixes

Library dependency fixes.
---
 Reconstruction/egamma/egammaCaloTools/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Reconstruction/egamma/egammaCaloTools/CMakeLists.txt b/Reconstruction/egamma/egammaCaloTools/CMakeLists.txt
index 88c96a53b7e..8d489a9a1d6 100644
--- a/Reconstruction/egamma/egammaCaloTools/CMakeLists.txt
+++ b/Reconstruction/egamma/egammaCaloTools/CMakeLists.txt
@@ -26,7 +26,7 @@ atlas_add_component( egammaCaloTools
                      src/*.cxx
                      src/components/*.cxx
                      INCLUDE_DIRS 
-                     LINK_LIBRARIES CaloDetDescrLib CaloEvent CaloGeoHelpers CaloIdentifier CaloUtilsLib AthenaBaseComps SGTools FourMomUtils xAODCaloEvent GaudiKernel egammaUtils)
+                     LINK_LIBRARIES CaloDetDescrLib CaloEvent CaloGeoHelpers CaloIdentifier CaloUtilsLib AthenaBaseComps SGTools FourMomUtils xAODCaloEvent GaudiKernel egammaUtils egammaInterfacesLib )
 
 # Install files from the package:
 atlas_install_python_modules( python/*.py )
-- 
GitLab