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
334db666
Commit
334db666
authored
4 years ago
by
scott snyder
Committed by
scott snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MissingETPerformance: cmake fixes
Library dependency fixes.
parent
0b9d58cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Reconstruction/MissingETPerformance/CMakeLists.txt
+1
-39
1 addition, 39 deletions
Reconstruction/MissingETPerformance/CMakeLists.txt
with
1 addition
and
39 deletions
Reconstruction/MissingETPerformance/CMakeLists.txt
+
1
−
39
View file @
334db666
...
@@ -5,44 +5,6 @@
...
@@ -5,44 +5,6 @@
# Declare the package name:
# Declare the package name:
atlas_subdir
(
MissingETPerformance
)
atlas_subdir
(
MissingETPerformance
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Calorimeter/CaloConditions
Calorimeter/CaloEvent
Calorimeter/CaloInterface
Control/AthenaBaseComps
Control/SGTools
Control/StoreGate
GaudiKernel
Generators/GeneratorObjects
Generators/AtlasHepMC
LArCalorimeter/LArRecConditions
PhysicsAnalysis/AnalysisCommon/AnalysisTools
PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent
PhysicsAnalysis/TruthParticleID/McParticleEvent
Reconstruction/Jet/JetEvent
Reconstruction/Jet/JetUtils
Reconstruction/MissingETEvent
Reconstruction/MissingETGoodness
Reconstruction/MuonIdentification/muonEvent
Reconstruction/Particle
Reconstruction/egamma/egammaEvent
Trigger/TrigAnalysis/TrigDecisionTool
Trigger/TrigEvent/TrigCaloEvent
Trigger/TrigEvent/TrigInDetEvent
Trigger/TrigEvent/TrigMissingEtEvent
Trigger/TrigEvent/TrigMuonEvent
PRIVATE
Control/AthenaKernel
Calorimeter/CaloGeoHelpers
Event/FourMom
Event/FourMomUtils
Event/xAOD/xAODEventInfo
Generators/GenAnalysisTools/TruthHelper
Reconstruction/tauEvent
Tracking/TrkEvent/VxVertex
Trigger/TrigConfiguration/TrigConfL1Data
)
# External dependencies:
# External dependencies:
find_package
(
Boost COMPONENTS filesystem thread system
)
find_package
(
Boost COMPONENTS filesystem thread system
)
find_package
(
CLHEP
)
find_package
(
CLHEP
)
...
@@ -59,7 +21,7 @@ atlas_add_library( MissingETPerformanceLib
...
@@ -59,7 +21,7 @@ atlas_add_library( MissingETPerformanceLib
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CLHEP_INCLUDE_DIRS
}
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CLHEP_INCLUDE_DIRS
}
PRIVATE_INCLUDE_DIRS
${
Boost_INCLUDE_DIRS
}
PRIVATE_INCLUDE_DIRS
${
Boost_INCLUDE_DIRS
}
DEFINITIONS
${
CLHEP_DEFINITIONS
}
DEFINITIONS
${
CLHEP_DEFINITIONS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CLHEP_LIBRARIES
}
CaloConditions CaloEvent AthenaBaseComps SGTools GaudiKernel GeneratorObjects LArRecConditions AnalysisTriggerEvent McParticleEvent JetEvent JetUtils MissingETEvent muonEvent Particle egammaEvent TrigCaloEvent TrigInDetEvent TrigMissingEtEvent TrigMuonEvent StoreGateLib SGtests AthAnalysisToolsLib MissingETGoodnessLib TrigDecisionToolLib
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CLHEP_LIBRARIES
}
CaloConditions CaloEvent AthenaBaseComps SGTools GaudiKernel GeneratorObjects LArRecConditions AnalysisTriggerEvent McParticleEvent JetEvent JetUtils MissingETEvent muonEvent Particle egammaEvent TrigCaloEvent TrigInDetEvent TrigMissingEtEvent TrigMuonEvent StoreGateLib SGtests AthAnalysisToolsLib MissingETGoodnessLib TrigDecisionToolLib
CaloInterfaceLib
PRIVATE_LINK_LIBRARIES
${
Boost_LIBRARIES
}
AtlasHepMCLib AthenaKernel CaloGeoHelpers FourMom FourMomUtils xAODEventInfo TruthHelper tauEvent VxVertex TrigConfL1Data
)
PRIVATE_LINK_LIBRARIES
${
Boost_LIBRARIES
}
AtlasHepMCLib AthenaKernel CaloGeoHelpers FourMom FourMomUtils xAODEventInfo TruthHelper tauEvent VxVertex TrigConfL1Data
)
atlas_add_component
(
MissingETPerformance
atlas_add_component
(
MissingETPerformance
...
...
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