Skip to content
Snippets Groups Projects
Verified Commit ee5b3879 authored by Stephen Nicholas Swatman's avatar Stephen Nicholas Swatman
Browse files

Link TrkExTools and Utils with pattern parameters

The track extrapolation packages TrkExTools and TrkExUtils are related
to the pattern track parameters, but neither of these packages are
properly linked against the pattern track parameter packages. This
commit ensures that both of these packages are linked publicly against
the pattern parameters. This was not giving problems before - I'm not
exactly sure why, but I ran into linking problems with some changes to
the pattern code.
parent 1a876895
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ atlas_add_component( TrkExTools
LINK_LIBRARIES ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps AthenaKernel GeoPrimitives
EventPrimitives xAODTracking GaudiKernel TrkDetDescrUtils TrkGeometry TrkSurfaces TrkVolumes TrkEventPrimitives
TrkNeutralParameters TrkParameters TrkExInterfaces TrkExUtils AthContainers CxxUtils TrkDetDescrInterfaces TrkEventUtils
TrkPatternParameters
TrkMaterialOnTrack TrkParticleBase TrkTrack StoreGateLib )
# Install files from the package:
......
......@@ -9,4 +9,4 @@ atlas_add_library( TrkExUtils
PUBLIC_HEADERS TrkExUtils
LINK_LIBRARIES GeoPrimitives EventPrimitives GaudiKernel TrkDetDescrUtils TrkGeometry
TrkSurfaces TrkEventPrimitives TrkMaterialOnTrack TrkNeutralParameters TrkParameters CxxUtils
PRIVATE_LINK_LIBRARIES TrkPatternParameters )
TrkPatternParameters )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment