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

L1Decoder: cmake fixes

Library dependency fixes.
parent 369d60c9
No related branches found
No related tags found
No related merge requests found
...@@ -40,12 +40,13 @@ atlas_add_library( L1DecoderLib ...@@ -40,12 +40,13 @@ atlas_add_library( L1DecoderLib
xAODTrigger TrigConfHLTData TrigConfData TrigConfL1Data xAODTrigger TrigConfHLTData TrigConfData TrigConfL1Data
TrigSteeringEvent TrigT1Interfaces TrigT1Result DecisionHandlingLib TrigCompositeUtilsLib TrigSteeringEvent TrigT1Interfaces TrigT1Result DecisionHandlingLib TrigCompositeUtilsLib
LINK_LIBRARIES ${CLHEP_LIBRARIES} LINK_LIBRARIES ${CLHEP_LIBRARIES}
PRIVATE_LINK_LIBRARIES TrigConfInterfaces TrigTimeAlgsLib TrigCostMonitorMTLib
) )
atlas_add_component( L1Decoder atlas_add_component( L1Decoder
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES L1DecoderLib ${CLHEP_LIBRARIES} LINK_LIBRARIES L1DecoderLib TrigTimeAlgsLib TrigConfInterfaces TrigCostMonitorMTLib ${CLHEP_LIBRARIES}
) )
atlas_install_python_modules( python/*.py atlas_install_python_modules( python/*.py
......
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