Skip to content
Snippets Groups Projects
Commit da2d7ccb authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'cmake.EgammaAnalysisInterfaces-20200708' into 'master'

EgammaAnalysisInterfaces+MuonAnalysisInterfaces+JetMomentTools: cmake fixes

See merge request atlas/athena!34561
parents 0b3b807e 3921738f
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ atlas_add_library( EgammaAnalysisInterfacesLib
INTERFACE
PUBLIC_HEADERS EgammaAnalysisInterfaces
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEgamma PATInterfaces PATCoreLib)
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEgamma PATInterfaces PATCoreLib AsgAnalysisInterfaces )
atlas_add_dictionary( EgammaAnalysisInterfacesDict
EgammaAnalysisInterfaces/EgammaAnalysisInterfacesDict.h
......
......@@ -15,7 +15,7 @@ atlas_add_library( MuonAnalysisInterfacesLib
MuonAnalysisInterfaces/*.h
INTERFACE
PUBLIC_HEADERS MuonAnalysisInterfaces
LINK_LIBRARIES AsgTools xAODEventInfo xAODMuon PATCoreLib )
LINK_LIBRARIES AsgTools xAODEventInfo xAODMuon PATCoreLib PATInterfaces )
atlas_add_dictionary( MuonAnalysisInterfacesDict
MuonAnalysisInterfaces/MuonAnalysisInterfacesDict.h
......
......@@ -73,7 +73,7 @@ atlas_add_library( JetMomentToolsLib
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES}
AsgTools xAODCaloEvent xAODJet xAODMissingET xAODTracking xAODTruth JetEDM JetInterface TrackVertexAssociationToolLib
JetRecLib JetUtils
JetRecLib JetUtils PFlowUtilsLib
PRIVATE_LINK_LIBRARIES CaloGeoHelpers xAODEventInfo xAODPFlow PathResolver )
if( NOT XAOD_STANDALONE )
......
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