Skip to content
Snippets Groups Projects
Commit 4555fb93 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

InDetConversionFinderTools: cmake fix

Library dependency fix.
parent a30a8384
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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