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

MuonD3PDMaker: cmake fixes

Library dependency fixes.
parent 1a1ea240
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!35887LongLivedParticleDPDMaker+MuonD3PDMaker: cmake fixes
......@@ -5,49 +5,6 @@
# Declare the package name:
atlas_subdir( MuonD3PDMaker )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PRIVATE
Control/AthenaBaseComps
Control/AthenaKernel
Control/AthContainers
Control/StoreGate
DetectorDescription/AtlasDetDescr
Event/EventInfo
Event/EventKernel
Event/FourMomUtils
Event/xAOD/xAODMuon
Event/xAOD/xAODTracking
Event/xAOD/xAODTruth
GaudiKernel
MuonSpectrometer/MuonCalib/MuonCalibITools
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPattern
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonSegment
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonRecHelperTools
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonRecToolInterfaces
MuonSpectrometer/MuonSimEvent
MuonSpectrometer/MuonTruthAlgs
PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent
PhysicsAnalysis/D3PDMaker/D3PDMakerUtils
PhysicsAnalysis/D3PDMaker/TriggerD3PDMaker
PhysicsAnalysis/MCTruthClassifier
PhysicsAnalysis/TruthParticleID/McParticleEvent
Reconstruction/MuonIdentification/muonEvent
Simulation/G4Sim/TrackRecord
Tracking/TrkDetDescr/TrkGeometry
Tracking/TrkEvent/TrkEventPrimitives
Tracking/TrkEvent/TrkPrepRawData
Tracking/TrkEvent/TrkSegment
Tracking/TrkEvent/TrkTrackSummary
Tracking/TrkEvent/TrkTruthData
Tracking/TrkExtrapolation/TrkExInterfaces
Tracking/TrkTools/TrkToolInterfaces
Trigger/TrigAnalysis/TrigObjectMatching
Trigger/TrigEvent/TrigInDetEvent
Trigger/TrigEvent/TrigMuonEvent
Generators/AtlasHepMC )
# External dependencies:
find_package( Boost COMPONENTS filesystem thread system )
find_package( CLHEP )
......@@ -57,7 +14,7 @@ atlas_add_component( MuonD3PDMaker
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} AtlasHepMCLib AthenaBaseComps AthenaKernel AthContainers StoreGateLib SGtests AtlasDetDescr EventInfo EventKernel FourMomUtils xAODMuon xAODTracking xAODTruth GaudiKernel MuonCalibITools MuonIdHelpersLib MuonPattern MuonPrepRawData MuonSegment MuonRecHelperToolsLib MuonRecToolInterfaces MuonSimEvent AnalysisTriggerEvent D3PDMakerUtils TriggerD3PDMakerLib MCTruthClassifierLib McParticleEvent muonEvent TrkGeometry TrkEventPrimitives TrkPrepRawData TrkSegment TrkTrackSummary TrkTruthData TrkExInterfaces TrkToolInterfaces TrigObjectMatchingLib TrigInDetEvent TrigMuonEvent )
LINK_LIBRARIES ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} AtlasHepMCLib AthenaBaseComps AthenaKernel AthContainers StoreGateLib SGtests AtlasDetDescr EventInfo EventKernel FourMomUtils xAODMuon xAODTracking xAODTruth GaudiKernel MuonCalibITools MuonIdHelpersLib MuonPattern MuonPrepRawData MuonSegment MuonRecHelperToolsLib MuonRecToolInterfaces MuonSimEvent AnalysisTriggerEvent D3PDMakerUtils TriggerD3PDMakerLib MCTruthClassifierLib McParticleEvent muonEvent TrkGeometry TrkEventPrimitives TrkPrepRawData TrkSegment TrkTrackSummary TrkTruthData TrkExInterfaces TrkToolInterfaces TrigObjectMatchingLib TrigInDetEvent TrigMuonEvent TrackRecordLib MuonTruthAlgsLib )
# Install files from the package:
atlas_install_python_modules( python/*.py )
......
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