Skip to content
Snippets Groups Projects

DecisionHandling: remove forwarding header TrigCompositeUtils.h

Merged Frank Winklmeier requested to merge fwinkl/athena:trigcomputils into 24.0
Files
22
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
#External dependencies:
find_package( tdaq-common COMPONENTS CTPfragment)
@@ -10,8 +10,8 @@ atlas_subdir( TrigGenericAlgs )
atlas_add_component( TrigGenericAlgs
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} AthenaBaseComps ByteStreamCnvSvcBaseLib
DecisionHandlingLib xAODEventShape LumiBlockCompsLib IRegionSelector TrigCompositeUtilsLib )
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} AthenaBaseComps AthenaMonitoringKernelLib ByteStreamCnvSvcBaseLib
DecisionHandlingLib xAODEventShape xAODTracking LumiBlockCompsLib IRegionSelector TrigCompositeUtilsLib )
# Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} --extend-extensions=ATL900,ATL901 )
Loading