Skip to content
Snippets Groups Projects
Commit 3f4c7ba2 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'cmake.TrigOutputHandling-20201119' into 'master'

TrigOutputHandling: cmake fix

See merge request atlas/athena!38409
parents f83f27fc c3eff04a
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,13 @@ atlas_subdir( TrigOutputHandling )
find_package( tdaq-common COMPONENTS eformat )
find_package( Boost )
find_package( ROOT )
# Component(s) in the package:
atlas_add_library( TrigOutputHandlingLib
src/*.cxx
PUBLIC_HEADERS TrigOutputHandling
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} GaudiKernel AthViews AthenaBaseComps RootUtils TrigSteeringEvent TrigSerializeResultLib TrigConfData xAODTrigCalo xAODTrigRinger xAODTrigEgamma xAODEgamma xAODBTagging xAODTrigger xAODTracking xAODTrigMuon xAODMuon xAODTau xAODTrigBphys xAODTrigMissingET DecisionHandlingLib AthenaMonitoringKernelLib TrigPartialEventBuildingLib TrigSerializeTPLib AthContainersRoot TrigCompositeUtilsLib TrigCostMonitorMTLib
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} PathResolver )
......
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