diff --git a/LArCalorimeter/LArGeoModel/LArReadoutGeometry/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArReadoutGeometry/CMakeLists.txt index 1e3bab237c1336581f6af6496ce0fca86c7e9240..1e89f66fb92f8b5869c4f49f0abdc9b9b7ace8c3 100644 --- a/LArCalorimeter/LArGeoModel/LArReadoutGeometry/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArReadoutGeometry/CMakeLists.txt @@ -33,5 +33,5 @@ atlas_add_library( LArReadoutGeometry PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS} LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaKernel GeoPrimitives Identifier LArHV StoreGateLib SGtests - PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} GeoModelUtilities GaudiKernel ) + PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} GeoModelUtilities GaudiKernel RDBAccessSvcLib GeoModelInterfaces ) diff --git a/MuonSpectrometer/MuonCablings/MuonMDT_Cabling/CMakeLists.txt b/MuonSpectrometer/MuonCablings/MuonMDT_Cabling/CMakeLists.txt index 689245ff8a0c6988e5e41cad7f754dfcf8a586fb..d6f439143e0fa6dfe4b0ed0cddfba947ac57d0d7 100644 --- a/MuonSpectrometer/MuonCablings/MuonMDT_Cabling/CMakeLists.txt +++ b/MuonSpectrometer/MuonCablings/MuonMDT_Cabling/CMakeLists.txt @@ -27,8 +27,8 @@ atlas_depends_on_subdirs( PUBLIC atlas_add_library( MuonMDT_CablingLib src/*.cxx PUBLIC_HEADERS MuonMDT_Cabling - LINK_LIBRARIES AthenaBaseComps AthenaKernel GaudiKernel StoreGateLib SGtests MuonIdHelpersLib - PRIVATE_LINK_LIBRARIES AthenaPoolUtilities Identifier EventInfo MuonCablingData MuonCondInterface MuonCondSvcLib ) + LINK_LIBRARIES AthenaBaseComps AthenaKernel GaudiKernel StoreGateLib SGtests MuonIdHelpersLib MuonCondInterface MuonCablingData AthenaPoolUtilities + PRIVATE_LINK_LIBRARIES Identifier EventInfo MuonCondSvcLib PathResolver EventInfoMgtLib ) atlas_add_component( MuonMDT_Cabling src/components/*.cxx