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
af92d3d0
Commit
af92d3d0
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
PFlowValidation: cmake cleanup
parent
009462b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Reconstruction/PFlow/PFlowValidation/PFODQA/CMakeLists.txt
+2
-21
2 additions, 21 deletions
Reconstruction/PFlow/PFlowValidation/PFODQA/CMakeLists.txt
Reconstruction/PFlow/PFlowValidation/PFOHistUtils/CMakeLists.txt
+2
-16
2 additions, 16 deletions
...ruction/PFlow/PFlowValidation/PFOHistUtils/CMakeLists.txt
with
4 additions
and
37 deletions
Reconstruction/PFlow/PFlowValidation/PFODQA/CMakeLists.txt
+
2
−
21
View file @
af92d3d0
################################################################################
# Package: PFODQA
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
PFODQA
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
GaudiKernel
PRIVATE
Control/AthenaMonitoring
Control/StoreGate
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODPFlow
Event/xAOD/xAODTracking
Reconstruction/PFlow/PFlowValidation/PFOHistUtils
Tracking/TrkValidation/TrkValHistUtils
)
# External dependencies:
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
# Component(s) in the package:
atlas_add_component
(
PFODQA
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
GaudiKernel AthenaMonitoringLib xAODCaloEvent xAODPFlow PFOHistUtils TrkValHistUtils
)
LINK_LIBRARIES AthenaMonitoringLib xAODCaloEvent xAODPFlow xAODTracking PFOHistUtils StoreGateLib TrkValHistUtils
)
This diff is collapsed.
Click to expand it.
Reconstruction/PFlow/PFlowValidation/PFOHistUtils/CMakeLists.txt
+
2
−
16
View file @
af92d3d0
################################################################################
# Package: PFOHistUtils
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
PFOHistUtils
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODPFlow
Event/xAOD/xAODTracking
Tracking/TrkValidation/TrkValHistUtils
)
# External dependencies:
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
# Component(s) in the package:
atlas_add_library
(
PFOHistUtils
src/*.cxx
PUBLIC_HEADERS PFOHistUtils
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
xAODCaloEvent xAODPFlow TrkValHistUtils
)
LINK_LIBRARIES xAODCaloEvent xAODPFlow xAODTracking TrkValHistUtils
)
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