diff --git a/LArCalorimeter/LArCellRec/CMakeLists.txt b/LArCalorimeter/LArCellRec/CMakeLists.txt index fab986413dc261c83f460f8e0bb0c0ee3bb1d675..311fef7c0072e70cad53c582d13e634dc083257d 100644 --- a/LArCalorimeter/LArCellRec/CMakeLists.txt +++ b/LArCalorimeter/LArCellRec/CMakeLists.txt @@ -48,7 +48,7 @@ atlas_add_component( LArCellRec src/*.cxx src/components/*.cxx INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} CaloConditions CaloDetDescrLib CaloEvent CaloIdentifier CaloRecLib CaloUtilsLib AthAllocators AthenaBaseComps AthenaKernel StoreGateLib SGtests AtlasDetDescr Identifier GaudiKernel LArIdentifier LArRawEvent LArRecConditions LArSimEvent CaloTriggerToolLib AthenaPoolUtilities xAODEventInfo xAODTrigL1Calo GeneratorObjects LArRecEvent LArCablingLib TrigT1CaloCalibConditions ) + LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} CaloConditions CaloDetDescrLib CaloEvent CaloIdentifier CaloRecLib CaloUtilsLib AthAllocators AthenaBaseComps AthenaKernel StoreGateLib SGtests AtlasDetDescr Identifier GaudiKernel LArIdentifier LArRawEvent LArRecConditions LArSimEvent CaloTriggerToolLib AthenaPoolUtilities xAODEventInfo xAODTrigL1Calo GeneratorObjects LArRecEvent LArCablingLib TrigT1CaloCalibConditions TrigT1CaloCondSvcLib ) # Install files from the package: atlas_install_headers( LArCellRec ) diff --git a/Trigger/TrigT1/TrigT1CaloCondSvc/CMakeLists.txt b/Trigger/TrigT1/TrigT1CaloCondSvc/CMakeLists.txt index 7eabf15703413ac5e98bf94413d103a5f627dfe3..c853316c68df685d542bb925aa3d17f2c9c61178 100644 --- a/Trigger/TrigT1/TrigT1CaloCondSvc/CMakeLists.txt +++ b/Trigger/TrigT1/TrigT1CaloCondSvc/CMakeLists.txt @@ -17,10 +17,13 @@ atlas_depends_on_subdirs( PUBLIC Trigger/TrigT1/TrigT1CaloCalibConditions ) # Component(s) in the package: +atlas_add_library( TrigT1CaloCondSvcLib + src/*.cxx + LINK_LIBRARIES AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests AthenaPoolUtilities GaudiKernel TrigT1CaloCalibConditions ) + atlas_add_component( TrigT1CaloCondSvc - src/*.cxx src/components/*.cxx - LINK_LIBRARIES AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests AthenaPoolUtilities GaudiKernel TrigT1CaloCalibConditions ) + LINK_LIBRARIES AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests AthenaPoolUtilities GaudiKernel TrigT1CaloCalibConditions TrigT1CaloCondSvcLib ) # Install files from the package: atlas_install_headers( TrigT1CaloCondSvc )