Skip to content
Snippets Groups Projects
Commit 8e11da07 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'cmake_hiutils' into 'master'

HIEventUtils: cmake cleanup

See merge request atlas/athena!38330
parents 9cfe540b ab2aaa46
No related branches found
No related tags found
No related merge requests found
################################################################################ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: HIEventUtils
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( HIEventUtils ) atlas_subdir( HIEventUtils )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Calorimeter/CaloGeoHelpers
Control/AthToolSupport/AsgTools
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODEventInfo
Event/xAOD/xAODForward
Event/xAOD/xAODHIEvent
Event/xAOD/xAODTracking
Event/xAOD/xAODTrigL1Calo
InnerDetector/InDetRecTools/InDetTrackSelectionTool
ForwardDetectors/ZDC/ZdcAnalysis
Tools/PathResolver
PhysicsAnalysis/AnalysisCommon/PATCore
PRIVATE
Control/CxxUtils )
# External dependencies: # External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
...@@ -30,14 +11,13 @@ atlas_add_library( HIEventUtilsLib ...@@ -30,14 +11,13 @@ atlas_add_library( HIEventUtilsLib
Root/*.cxx Root/*.cxx
PUBLIC_HEADERS HIEventUtils PUBLIC_HEADERS HIEventUtils
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AsgTools xAODCaloEvent xAODEventInfo xAODForward xAODHIEvent xAODTracking xAODTrigL1Calo PathResolver PATCoreLib InDetTrackSelectionToolLib LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AsgTools xAODForward xAODHIEvent xAODTracking xAODTrigL1Calo PATCoreAcceptLib InDetTrackSelectionToolLib
PRIVATE_LINK_LIBRARIES CxxUtils ) PRIVATE_LINK_LIBRARIES AsgMessagingLib CxxUtils PathResolver xAODEventInfo )
if (NOT XAOD_STANDALONE) if (NOT XAOD_STANDALONE)
atlas_add_component( HIEventUtils atlas_add_component( HIEventUtils
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES HIEventUtilsLib )
LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AsgTools xAODForward xAODHIEvent xAODTracking xAODTrigL1Calo PATCoreLib CxxUtils HIEventUtilsLib )
endif () endif ()
# Install files from the package: # Install files from the package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment