Skip to content
Snippets Groups Projects
Commit 459ea0b1 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'cmake.InDetTrackSplitterTool-20200630' into 'master'

InDetTrackSplitterTool+MuonPrdSelector: cmake fixes

See merge request atlas/athena!34313
parents 911be734 6a8995eb
No related branches found
No related tags found
No related merge requests found
......@@ -25,13 +25,16 @@ atlas_depends_on_subdirs( PUBLIC
# External dependencies:
find_package( Eigen )
atlas_add_library( InDetTrackSplitterToolLib
CInDetTrackSplitterTool/*.h
INTERFACE
PUBLIC_HEADERS InDetTrackSplitterTool
LINK_LIBRARIES GaudiKernel TrkTrack AthenaBaseComps )
# Component(s) in the package:
atlas_add_component( InDetTrackSplitterTool
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${EIGEN_LIBRARIES} AthenaBaseComps GaudiKernel TrkTrack GeoPrimitives EventPrimitives InDetIdentifier InDetRIO_OnTrack TrkSurfaces TrkCompetingRIOsOnTrack TrkEventPrimitives TrkMeasurementBase TrkPseudoMeasurementOnTrack TrkFitterInterfaces )
# Install files from the package:
atlas_install_headers( InDetTrackSplitterTool )
LINK_LIBRARIES ${EIGEN_LIBRARIES} InDetTrackSplitterToolLib GeoPrimitives EventPrimitives InDetIdentifier InDetRIO_OnTrack TrkSurfaces TrkCompetingRIOsOnTrack TrkEventPrimitives TrkMeasurementBase TrkPseudoMeasurementOnTrack TrkFitterInterfaces )
......@@ -18,13 +18,18 @@ atlas_depends_on_subdirs( PUBLIC
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonIdHelpers )
atlas_add_library( MuonPrdSelectorLib
MuonPrdSelector/*.h
INTERFACE
PUBLIC_HEADERS MuonPrdSelector
LINK_LIBRARIES GaudiKernel MuonCalibToolsLib MuonCalibIdentifier Identifier AthenaBaseComps MuonCalibToolsLib MuonIdHelpersLib MuonPrepRawData )
# Component(s) in the package:
atlas_add_component( MuonPrdSelector
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps StoreGateLib SGtests Identifier GaudiKernel MuonCalibIdentifier MuonCalibToolsLib MuonPrepRawData MuonReadoutGeometry MuonIdHelpersLib )
LINK_LIBRARIES MuonPrdSelectorLib StoreGateLib SGtests MuonReadoutGeometry )
# Install files from the package:
atlas_install_headers( MuonPrdSelector )
atlas_install_joboptions( share/*.py )
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