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
Dan Guest
athena
Commits
88a41e0d
Commit
88a41e0d
authored
3 days ago
by
Dan Guest
Browse files
Options
Downloads
Patches
Plain Diff
move link libraries into component
parent
12485c97
No related branches found
No related tags found
No related merge requests found
Pipeline
#11057212
passed
3 days ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/AnalysisCommon/CutBookkeeperUtils/CMakeLists.txt
+6
-7
6 additions, 7 deletions
...Analysis/AnalysisCommon/CutBookkeeperUtils/CMakeLists.txt
with
6 additions
and
7 deletions
PhysicsAnalysis/AnalysisCommon/CutBookkeeperUtils/CMakeLists.txt
+
6
−
7
View file @
88a41e0d
...
@@ -10,13 +10,6 @@ find_package( Boost COMPONENTS json)
...
@@ -10,13 +10,6 @@ find_package( Boost COMPONENTS json)
# Add the library
# Add the library
atlas_add_library
(
CutBookkeeperUtilsLib
atlas_add_library
(
CutBookkeeperUtilsLib
Root/OriginalAodCounts.cxx
Root/OriginalAodCounts.cxx
LINK_LIBRARIES
GaudiKernel
AthenaBaseComps
PMGAnalysisInterfacesLib
xAODCutFlow
xAODMetaData
xAODTruth
PUBLIC_HEADERS CutBookkeeperUtils
PUBLIC_HEADERS CutBookkeeperUtils
PRIVATE_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
PRIVATE_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
PRIVATE_LINK_LIBRARIES
${
ROOT_LIBRARIES
}
xAODCutFlow xAODRootAccess
)
PRIVATE_LINK_LIBRARIES
${
ROOT_LIBRARIES
}
xAODCutFlow xAODRootAccess
)
...
@@ -26,7 +19,13 @@ if (NOT XAOD_STANDALONE)
...
@@ -26,7 +19,13 @@ if (NOT XAOD_STANDALONE)
src/SumWeightAlg.cxx
src/SumWeightAlg.cxx
src/components/CutBookkeeperUtils_entries.cxx
src/components/CutBookkeeperUtils_entries.cxx
LINK_LIBRARIES
LINK_LIBRARIES
xAODCutFlow
xAODMetaData
xAODTruth
PMGAnalysisInterfacesLib
CutBookkeeperUtilsLib
CutBookkeeperUtilsLib
GaudiKernel
AthenaBaseComps
HDF5Utils
HDF5Utils
IH5GroupSvc
IH5GroupSvc
${
Boost_LIBRARIES
}
${
Boost_LIBRARIES
}
...
...
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