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

DataQualityTools: cmake fixes

Library dependency fixes.
parent cd249912
No related branches found
No related tags found
No related merge requests found
......@@ -5,52 +5,6 @@
# Declare the package name:
atlas_subdir( DataQualityTools )
# Declare the package's dependencies:
atlas_depends_on_subdirs(
Calorimeter/CaloGeoHelpers
Control/AthenaBaseComps
Control/AthenaMonitoring
Control/StoreGate
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODEventInfo
Event/xAOD/xAODJet
Event/xAOD/xAODMissingET
Event/xAOD/xAODMuon
Event/xAOD/xAODTracking
ForwardDetectors/LUCID/LUCID_RawEvent
ForwardDetectors/ZDC/ZdcEvent
ForwardDetectors/ZDC/ZdcIdentifier
GaudiKernel
InnerDetector/InDetDetDescr/InDetIdentifier
InnerDetector/InDetRawEvent/InDetRawData
InnerDetector/InDetDetDescr/InDetReadoutGeometry
InnerDetector/InDetRecEvent/InDetPrepRawData
LArCalorimeter/LArRawEvent
LArCalorimeter/LArRecEvent
MagneticField/MagFieldInterfaces
MuonSpectrometer/MuonCalib/MuonCalibITools
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonRDO
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonRecHelperTools
PhysicsAnalysis/AnalysisCommon/IsolationSelection
PhysicsAnalysis/EventTag/TagEvent
PhysicsAnalysis/MuonID/MuonSelectorTools
Reconstruction/RecBackground/RecBackgroundEvent
Reconstruction/RecoTools/RecoToolInterfaces
TileCalorimeter/TileEvent
Tools/LWHists
Tracking/TrkEvent/TrkParameters
Tracking/TrkExtrapolation/TrkExInterfaces
Trigger/TrigAnalysis/TrigDecisionTool
Trigger/TrigEvent/TrigCaloEvent
Trigger/TrigEvent/TrigMuonEvent
Trigger/TrigEvent/TrigParticle
Trigger/TrigT1/TrigT1Result
PhysicsAnalysis/MuonID/MuonSelectorTools
MagneticField/MagFieldElements
MagneticField/MagFieldConditions
)
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
......@@ -62,7 +16,7 @@ atlas_add_component( DataQualityTools
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AthenaBaseComps AthenaMonitoringLib StoreGateLib SGtests xAODCaloEvent xAODEventInfo xAODJet xAODMissingET xAODMuon xAODTracking LUCID_RawEvent ZdcEvent ZdcIdentifier GaudiKernel InDetIdentifier InDetRawData InDetReadoutGeometry InDetPrepRawData LArRawEvent LArRecEvent MagFieldInterfaces MuonCalibITools MuonIdHelpersLib MuonRDO MuonRecHelperToolsLib TagEvent RecBackgroundEvent RecoToolInterfaces TileEvent LWHists TrkParameters TrkExInterfaces TrkVertexAnalysisUtilsLib TrigDecisionToolLib TrigCaloEvent TrigMuonEvent TrigParticle TrigT1Result MuonSelectorToolsLib MagFieldElements MagFieldConditions)
LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AthenaBaseComps AthenaMonitoringLib StoreGateLib SGtests xAODCaloEvent xAODEventInfo xAODJet xAODMissingET xAODMuon xAODTracking LUCID_RawEvent ZdcEvent ZdcIdentifier GaudiKernel InDetIdentifier InDetRawData InDetReadoutGeometry InDetPrepRawData LArRawEvent LArRecEvent MagFieldInterfaces MuonCalibITools MuonIdHelpersLib MuonRDO MuonRecHelperToolsLib TagEvent RecBackgroundEvent RecoToolInterfaces TileEvent LWHists TrkParameters TrkExInterfaces TrkVertexAnalysisUtilsLib TrigDecisionToolLib TrigCaloEvent TrigMuonEvent TrigParticle TrigT1Result MuonSelectorToolsLib MagFieldElements MagFieldConditions IsolationSelectionLib )
# 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