diff --git a/Reconstruction/TrackCaloClusterRec/TrackCaloClusterRecValidation/CMakeLists.txt b/Reconstruction/TrackCaloClusterRec/TrackCaloClusterRecValidation/CMakeLists.txt index be36c748000ed677d21dae39d189975a962bf372..8f2de5e5a4a4eedd452f0c9d8682447cb4dda892 100644 --- a/Reconstruction/TrackCaloClusterRec/TrackCaloClusterRecValidation/CMakeLists.txt +++ b/Reconstruction/TrackCaloClusterRec/TrackCaloClusterRecValidation/CMakeLists.txt @@ -1,50 +1,18 @@ -################################################################################ -# Package: TrackCaloClusterRecValidation -################################################################################ - +# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( TrackCaloClusterRecValidation ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - Control/AthenaBaseComps - Control/AthenaMonitoring - Event/xAOD/xAODCore - Event/xAOD/xAODJet - Event/xAOD/xAODTracking - Event/xAOD/xAODTruth - Event/xAOD/xAODEventInfo - Event/xAOD/xAODPFlow - GaudiKernel - InnerDetector/InDetValidation/InDetPhysValMonitoring - Tracking/TrkValidation/TrkValHistUtils - PRIVATE - Control/AthToolSupport/AsgTools - Control/AthenaKernel - DetectorDescription/GeoPrimitives - Event/EventPrimitives - Event/xAOD/xAODBase - Event/xAOD/xAODParticleEvent - Reconstruction/Jet/JetCalibTools - Tools/PathResolver - ) - - # External dependencies: -find_package( Eigen ) find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread EG ) -find_package( XercesC ) -find_package( Boost ) # Component(s) in the package: atlas_add_component( TrackCaloClusterRecValidation src/*.cxx src/components/*.cxx - INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} ${XERCESC_LIBRARIES} ${Boost_LIBRARIES} ${EIGEN_LIBRARIES} - AthenaBaseComps AthenaMonitoringLib xAODCore xAODTracking xAODTruth xAODPFlow GaudiKernel TrkValHistUtils InDetPhysValMonitoringLib - AsgTools AthenaKernel GeoPrimitives EventPrimitives xAODBase xAODParticleEvent xAODEventInfo xAODJet PathResolver) + INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} + LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaBaseComps AthenaKernel AthenaMonitoringLib GaudiKernel InDetPhysValMonitoringLib JetCalibToolsLib StoreGateLib TrkValHistUtils xAODBase xAODCaloEvent xAODCore xAODEventInfo xAODJet xAODPFlow xAODParticleEvent xAODTracking xAODTruth ) + # Install files from the package: atlas_install_runtime( share/*.xml)