Skip to content
Snippets Groups Projects

SiClusterOnTrackTool: cmake fix

Merged Scott Snyder requested to merge ssnyder/athena:cmake.SiClusterOnTrackTool-20181225 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,6 +19,7 @@ atlas_depends_on_subdirs( PUBLIC
Tracking/TrkTools/TrkToolInterfaces
Tracking/TrkTools/TrkAmbiguityProcessor
Tracking/TrkEvent/TrkRIO_OnTrack
Tracking/TrkUtilityPackages/TrkNeuralNetworkUtils
Control/StoreGate
PRIVATE
Event/EventPrimitives
@@ -39,7 +40,7 @@ atlas_add_component( SiClusterOnTrackTool
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${EIGEN_LIBRARIES} AthenaBaseComps AthenaPoolUtilities GeoPrimitives GaudiKernel InDetPrepRawData InDetRIO_OnTrack TrkParameters TrkToolInterfaces TrkAmbiguityProcessorLib StoreGateLib SGtests EventPrimitives InDetIdentifier InDetReadoutGeometry SiClusterizationToolLib TrkSurfaces TrkRIO_OnTrack PixelConditionsData)
LINK_LIBRARIES ${EIGEN_LIBRARIES} AthenaBaseComps AthenaPoolUtilities GeoPrimitives GaudiKernel InDetPrepRawData InDetRIO_OnTrack TrkParameters TrkToolInterfaces TrkAmbiguityProcessorLib StoreGateLib SGtests EventPrimitives InDetIdentifier InDetReadoutGeometry SiClusterizationToolLib TrkSurfaces TrkRIO_OnTrack PixelConditionsData TrkNeuralNetworkUtils )
# Install files from the package:
atlas_install_headers( SiClusterOnTrackTool )
Loading