Skip to content
Snippets Groups Projects
Commit 53e6629c authored by scott snyder's avatar scott snyder
Browse files

TrigMultiVarHypo: Add missing library dependency.

Fixes linking in dbg build.
parent c3146916
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ atlas_add_library( TrigMultiVarHypoLib
src/*.cxx
PUBLIC_HEADERS TrigMultiVarHypo
LINK_LIBRARIES xAODTrigCalo xAODTrigRinger TrigCaloEvent TrigSteeringEvent TrigInterfacesLib TrigTimeAlgsLib DecisionHandlingLib
PRIVATE_LINK_LIBRARIES GaudiKernel )
PRIVATE_LINK_LIBRARIES GaudiKernel AthViews )
atlas_add_component( TrigMultiVarHypo
src/components/*.cxx
......
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