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
4555fb93
Commit
4555fb93
authored
4 years ago
by
scott snyder
Committed by
scott snyder
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
InDetConversionFinderTools: cmake fix
Library dependency fix.
parent
a30a8384
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
InnerDetector/InDetRecTools/InDetConversionFinderTools/CMakeLists.txt
+2
-25
2 additions, 25 deletions
...r/InDetRecTools/InDetConversionFinderTools/CMakeLists.txt
with
2 additions
and
25 deletions
InnerDetector/InDetRecTools/InDetConversionFinderTools/CMakeLists.txt
+
2
−
25
View file @
4555fb93
...
...
@@ -5,29 +5,6 @@
# Declare the package name:
atlas_subdir
(
InDetConversionFinderTools
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Control/AthenaBaseComps
Event/xAOD/xAODTracking
GaudiKernel
InnerDetector/InDetRecTools/InDetRecToolInterfaces
Reconstruction/Particle
Tracking/TrkEvent/TrkEventPrimitives
Tracking/TrkEvent/TrkParameters
Tracking/TrkEvent/TrkParticleBase
Tracking/TrkEvent/TrkTrack
PRIVATE
Control/AthLinks
InnerDetector/InDetRecEvent/InDetPrepRawData
Tracking/TrkDetDescr/TrkSurfaces
Tracking/TrkEvent/TrkMeasurementBase
Tracking/TrkEvent/TrkRIO_OnTrack
Tracking/TrkEvent/VxVertex
Tracking/TrkExtrapolation/TrkExInterfaces
Tracking/TrkTools/TrkToolInterfaces
Tracking/TrkVertexFitter/TrkVertexFitterInterfaces
Tracking/TrkVertexFitter/TrkVertexSeedFinderUtils
)
# External dependencies:
find_package
(
CLHEP
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
...
...
@@ -38,9 +15,9 @@ atlas_add_library( InDetConversionFinderToolsLib
PUBLIC_HEADERS InDetConversionFinderTools
PRIVATE_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CLHEP_INCLUDE_DIRS
}
PRIVATE_DEFINITIONS
${
CLHEP_DEFINITIONS
}
LINK_LIBRARIES AthenaBaseComps xAODTracking GaudiKernel InDetRecToolInterfaces Particle TrkEventPrimitives TrkParameters TrkParticleBase TrkTrack
LINK_LIBRARIES AthenaBaseComps xAODTracking GaudiKernel InDetRecToolInterfaces Particle TrkEventPrimitives TrkParameters TrkParticleBase TrkTrack
TrkVertexSeedFinderUtilsLib
PRIVATE_LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CLHEP_LIBRARIES
}
AthLinks InDetPrepRawData TrkSurfaces TrkMeasurementBase TrkRIO_OnTrack VxVertex
TrkExInterfaces TrkToolInterfaces TrkVertexFitterInterfaces
TrkVertexSeedFinderUtilsLib
)
TrkExInterfaces TrkToolInterfaces TrkVertexFitterInterfaces
)
atlas_add_component
(
InDetConversionFinderTools
src/components/*.cxx
...
...
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