Skip to content
Snippets Groups Projects

METReconstruction+CaloRingerAlgs+egammaCaloTools+egammaTrackTools: cmake fixes

Merged Scott Snyder requested to merge ssnyder/athena:cmake.METReconstruction-20200701 into master
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -44,7 +44,7 @@ include_directories(src)
@@ -44,7 +44,7 @@ include_directories(src)
atlas_add_component( METReconstruction
atlas_add_component( METReconstruction
Root/*.cxx src/*.cxx src/components/*.cxx
Root/*.cxx src/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools FourMomUtils xAODCaloEvent xAODEgamma xAODJet xAODMissingET xAODMuon xAODPFlow xAODTracking xAODTruth GaudiKernel RecoToolInterfaces CaloEvent AthContainers AthenaBaseComps EventPrimitives xAODTau TruthUtils PATCoreLib )
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools FourMomUtils xAODCaloEvent xAODEgamma xAODJet xAODMissingET xAODMuon xAODPFlow xAODTracking xAODTruth GaudiKernel RecoToolInterfaces CaloEvent AthContainers AthenaBaseComps EventPrimitives xAODTau TruthUtils PATCoreLib METRecoInterface PFlowUtilsLib InDetTrackSelectionToolLib TrackVertexAssociationToolLib )
atlas_add_dictionary( METReconstructionDict
atlas_add_dictionary( METReconstructionDict
METReconstruction/METReconstructionAthDict.h
METReconstruction/METReconstructionAthDict.h
Loading