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
ad198740
Commit
ad198740
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
UpgradePerformanceFunctions: cmake cleanup
parent
5680244b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/UpgradePhys/SmearingFunctions/UpgradePerformanceFunctions/CMakeLists.txt
+4
-10
4 additions, 10 deletions
...aringFunctions/UpgradePerformanceFunctions/CMakeLists.txt
with
4 additions
and
10 deletions
PhysicsAnalysis/UpgradePhys/SmearingFunctions/UpgradePerformanceFunctions/CMakeLists.txt
+
4
−
10
View file @
ad198740
#
Auto-generated on: 2017-03-09 14:53:36.740759
#
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the name of this package:
atlas_subdir
(
UpgradePerformanceFunctions None
)
# This package depends on other packages:
atlas_depends_on_subdirs
(
PUBLIC
PathResolver
)
atlas_subdir
(
UpgradePerformanceFunctions
)
# This package uses ROOT:
find_package
(
ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf Physics
)
...
...
@@ -30,11 +26,9 @@ atlas_install_data( share/* )
# Build the executables of the package:
atlas_add_executable
(
plotPerformanceFunctions
util/plotPerformanceFunctions.cxx
LINK_LIBRARIES PathResolver
${
ROOT_LIBRARIES
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
UpgradePerformanceFunctions
)
atlas_add_executable
(
testPerformanceFunctions
util/testPerformanceFunctions.cxx
LINK_LIBRARIES PathResolver
${
ROOT_LIBRARIES
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
UpgradePerformanceFunctions
)
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