diff --git a/Trigger/TrigT1/L1CaloFEXToolInterfaces/CMakeLists.txt b/Trigger/TrigT1/L1CaloFEXToolInterfaces/CMakeLists.txt
index a4e134a7c8d4cce0ac9ce851c01de67da31489a7..486b7926a5dbc3e74701c024d9fa89e9c5aa953f 100644
--- a/Trigger/TrigT1/L1CaloFEXToolInterfaces/CMakeLists.txt
+++ b/Trigger/TrigT1/L1CaloFEXToolInterfaces/CMakeLists.txt
@@ -1,16 +1,10 @@
-################################################################################
-# Package: L1CaloFEXToolInterfaces
-################################################################################
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 # Declare the package name:
 atlas_subdir( L1CaloFEXToolInterfaces )
 
-# Declare the package's dependencies:
-atlas_depends_on_subdirs( PUBLIC
-                          Control/AthenaBaseComps 
-			  GaudiKernal
-			  )
-
 atlas_add_library( L1CaloFEXToolInterfaces
+                   L1CaloFEXToolInterfaces/*.h
+                   INTERFACE
                    PUBLIC_HEADERS L1CaloFEXToolInterfaces
-                   LINK_LIBRARIES AthenaBaseComps CaloEvent xAODTrigL1Calo CaloIdentifier )#GaudiKernal )
+                   LINK_LIBRARIES AthenaBaseComps CaloEvent CaloIdentifier GaudiKernel L1CaloFEXSimLib xAODTrigL1Calo )