diff --git a/LArCalorimeter/LArMonitoring/CMakeLists.txt b/LArCalorimeter/LArMonitoring/CMakeLists.txt index 2a72080d09e944a4404e94f18222e864231fd38c..afab0c9e682735bda6c19c4ee5083d25c41b4fbb 100644 --- a/LArCalorimeter/LArMonitoring/CMakeLists.txt +++ b/LArCalorimeter/LArMonitoring/CMakeLists.txt @@ -9,7 +9,7 @@ find_package( CLHEP ) find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11 ) atlas_add_library( LArStrHelper - src/LArStrHelper.cxx LArMonitoring/LArStrHelper.h + src/StrHelper/LArStrHelper.cxx LArMonitoring/LArStrHelper.h PUBLIC_HEADERS LArMonitoring INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES ${CLHEP_LIBRARIES} ${ROOT_LIBRARIES}) @@ -20,7 +20,7 @@ atlas_add_component( LArMonitoring src/*.cxx src/components/*.cxx INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} CaloDetDescrLib CaloGeoHelpers CaloIdentifier AthenaMonitoringLib SGtests Identifier LArIdentifier LArRawEvent LArRecConditions LArCablingLib TrigDecisionToolLib CaloConditions AthenaKernel AthenaPoolUtilities xAODEventInfo LArCOOLConditions LArRawConditions LArRecEvent ) + LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} CaloDetDescrLib CaloGeoHelpers CaloIdentifier AthenaMonitoringLib SGtests Identifier LArIdentifier LArRawEvent LArRecConditions LArCablingLib TrigDecisionToolLib CaloConditions AthenaKernel AthenaPoolUtilities xAODEventInfo LArCOOLConditions LArRawConditions LArRecEvent LArStrHelper ) atlas_add_dictionary( LArStrHelperDict LArMonitoring/LArStrHelperDict.h diff --git a/LArCalorimeter/LArMonitoring/src/LArStrHelper.cxx b/LArCalorimeter/LArMonitoring/src/StrHelper/LArStrHelper.cxx similarity index 100% rename from LArCalorimeter/LArMonitoring/src/LArStrHelper.cxx rename to LArCalorimeter/LArMonitoring/src/StrHelper/LArStrHelper.cxx