Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
0b9d58cd
Commit
0b9d58cd
authored
4 years ago
by
scott snyder
Committed by
scott snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
PrimaryDPDMaker: cmake fixes
Library dependency fixes.
parent
a9f76209
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/PrimaryDPDMaker/CMakeLists.txt
+1
-45
1 addition, 45 deletions
PhysicsAnalysis/PrimaryDPDMaker/CMakeLists.txt
with
1 addition
and
45 deletions
PhysicsAnalysis/PrimaryDPDMaker/CMakeLists.txt
+
1
−
45
View file @
0b9d58cd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment