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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tulay Cuhadar Donszelmann
athena
Commits
6461c2ef
Commit
6461c2ef
authored
8 years ago
by
Walter Lampl
Committed by
Graeme Stewart
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
re-tag trunk to recover the lost CMakeLists.txt file (ZeeValidation-00-00-09)
Former-commit-id: 7773e15fc10dcd73590deed6073c86aa24a8d61e
parent
7b8b890e
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
PhysicsAnalysis/StandardModelPhys/Validation/ZeeValidation/CMakeLists.txt
+35
-0
35 additions, 0 deletions
...StandardModelPhys/Validation/ZeeValidation/CMakeLists.txt
with
35 additions
and
0 deletions
PhysicsAnalysis/StandardModelPhys/Validation/ZeeValidation/CMakeLists.txt
0 → 100644
+
35
−
0
View file @
6461c2ef
################################################################################
# Package: ZeeValidation
################################################################################
# Declare the package name:
atlas_subdir
(
ZeeValidation
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Control/AthenaMonitoring
Event/xAOD/xAODBase
Event/xAOD/xAODEgamma
Event/xAOD/xAODEventInfo
Event/xAOD/xAODTracking
Event/xAOD/xAODTruth
GaudiKernel
Tracking/TrkValidation/TrkValHistUtils
PRIVATE
Control/AthenaBaseComps
Event/xAOD/xAODPrimitives
)
# External dependencies:
find_package
(
CLHEP
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
# Component(s) in the package:
atlas_add_component
(
ZeeValidation
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CLHEP_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CLHEP_LIBRARIES
}
AthenaMonitoringLib xAODBase xAODEgamma xAODEventInfo xAODTracking xAODTruth GaudiKernel TrkValHistUtils AthenaBaseComps xAODPrimitives
)
# Install files from the package:
atlas_install_headers
(
ZeeValidation
)
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