Skip to content
Snippets Groups Projects
Commit 0b9d58cd authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

PrimaryDPDMaker: cmake fixes

Library dependency fixes.
parent a9f76209
No related merge requests found
......@@ -5,50 +5,6 @@
# Declare the package name:
atlas_subdir( PrimaryDPDMaker )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Calorimeter/CaloEvent
Control/AthenaBaseComps
Control/AthenaKernel
Control/AthLinks
Control/AthContainers
Control/StoreGate
PhysicsAnalysis/DerivationFramework/DerivationFrameworkInterfaces
DetectorDescription/IRegionSelector
DetectorDescription/Identifier
Event/EventKernel
GaudiKernel
InnerDetector/InDetDetDescr/InDetIdentifier
InnerDetector/InDetDetDescr/InDetReadoutGeometry
InnerDetector/InDetDetDescr/TRT_ReadoutGeometry
InnerDetector/InDetRecEvent/InDetPrepRawData
Reconstruction/Particle
Tracking/TrkEvent/TrkTrack
Tracking/TrkTools/TrkToolInterfaces
PRIVATE
DetectorDescription/RoiDescriptor
Event/FourMom
Event/FourMomUtils
Event/NavFourMom
Event/xAOD/xAODEventInfo
Event/xAOD/xAODMuon
Event/xAOD/xAODTracking
InnerDetector/InDetRecEvent/InDetRIO_OnTrack
LArCalorimeter/LArRecEvent
PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent
PhysicsAnalysis/MuonID/MuonSelectorTools
Reconstruction/Jet/JetEvent
Reconstruction/MuonIdentification/muonEvent
Reconstruction/egamma/egammaEvent
Reconstruction/tauEvent
TileCalorimeter/TileEvent
TileCalorimeter/TileIdentifier
Tracking/TrkEvent/TrkParameters
Tracking/TrkEvent/TrkParticleBase
Tracking/TrkEvent/TrkPseudoMeasurementOnTrack
Tracking/TrkEvent/TrkTrackSummary
Tracking/TrkEvent/VxVertex )
# External dependencies:
find_package( CLHEP )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
......@@ -60,7 +16,7 @@ atlas_add_library( PrimaryDPDMakerLib
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} CaloEvent AthenaBaseComps AthenaKernel AthLinks AthContainers IRegionSelector Identifier EventKernel GaudiKernel InDetIdentifier InDetReadoutGeometry InDetPrepRawData Particle TrkTrack TrkToolInterfaces StoreGateLib SGtests
LINK_LIBRARIES ${CLHEP_LIBRARIES} CaloEvent AthenaBaseComps AthenaKernel AthLinks AthContainers IRegionSelector Identifier EventKernel GaudiKernel InDetIdentifier InDetReadoutGeometry InDetPrepRawData Particle TrkTrack TrkToolInterfaces StoreGateLib SGtests DerivationFrameworkInterfaces
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} RoiDescriptor FourMom FourMomUtils NavFourMom xAODEventInfo xAODMuon xAODTracking InDetRIO_OnTrack LArRecEvent AnalysisTriggerEvent MuonSelectorToolsLib JetEvent muonEvent egammaEvent tauEvent TileEvent TileIdentifier TrkParameters TrkParticleBase TrkPseudoMeasurementOnTrack TrkTrackSummary VxVertex )
atlas_add_component( PrimaryDPDMaker
......
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