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

Merge branch 'TrigMuonCoinHierarchy' into 'master'

TrigMuonCoinHierarchy: cmake cleanup

See merge request atlas/athena!34959
parents 404e7cba 44649c0a
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: TrigMuonCoinHierarchy
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( TrigMuonCoinHierarchy ) atlas_subdir( TrigMuonCoinHierarchy )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
GaudiKernel
MuonSpectrometer/MuonRDO
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonTrigCoinData
PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent
PRIVATE
Event/EventInfo
MuonSpectrometer/MuonCablings/TGCcablingInterface
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonIdHelpers
Reconstruction/MuonIdentification/muonEvent
Tools/PathResolver
Tracking/TrkEvent/TrkCompetingRIOsOnTrack
Tracking/TrkEvent/TrkEventUtils
Tracking/TrkEvent/TrkRIO_OnTrack
Tracking/TrkEvent/TrkTrack
Trigger/TrigT1/TrigT1Result )
# External dependencies: # External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) find_package( ROOT COMPONENTS Core Hist )
# Component(s) in the package: # Component(s) in the package:
atlas_add_library( TrigMuonCoinHierarchyLib
src/*.cxx
PUBLIC_HEADERS TrigMuonCoinHierarchy
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthenaBaseComps GaudiKernel MuonRDO MuonPrepRawData MuonTrigCoinData AnalysisTriggerEvent TGCcablingInterfaceLib MuonIdHelpersLib
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} EventInfo MuonReadoutGeometry muonEvent PathResolver TrkCompetingRIOsOnTrack TrkEventUtils TrkRIO_OnTrack TrkTrack TrigT1Result )
atlas_add_component( TrigMuonCoinHierarchy atlas_add_component( TrigMuonCoinHierarchy
src/components/*.cxx src/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaBaseComps GaudiKernel MuonRDO MuonPrepRawData MuonTrigCoinData AnalysisTriggerEvent EventInfo TGCcablingInterfaceLib MuonReadoutGeometry MuonIdHelpersLib muonEvent PathResolver TrkCompetingRIOsOnTrack TrkEventUtils TrkRIO_OnTrack TrkTrack TrigT1Result TrigMuonCoinHierarchyLib ) LINK_LIBRARIES ${ROOT_LIBRARIES} AnalysisTriggerEvent AthenaBaseComps EventInfo GaudiKernel MuonIdHelpersLib MuonPrepRawData MuonRDO MuonReadoutGeometry MuonTrigCoinData PathResolver TGCcablingInterfaceLib TrigT1Result TrkCompetingRIOsOnTrack TrkEventUtils TrkRIO_OnTrack TrkTrack muonEvent )
# Install files from the package: # Install files from the package:
atlas_install_runtime( share/mask2/*.txt ) atlas_install_runtime( share/mask2/*.txt )
File mode changed from 100644 to 100755
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