Skip to content
Snippets Groups Projects

L1CaloFEX[ToolInterfaces]: cmake and package cleanups

Merged Frank Winklmeier requested to merge fwinkl/athena:cmake_l1calofex into master
1 file
+ 4
10
Compare changes
  • Side-by-side
  • Inline
################################################################################
# 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 )
Loading