Skip to content
Snippets Groups Projects
Commit c8ddd99d authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'CMakeLists.txt: Restore TrigConfInterfaces to LINK_LIBRARIES.' (TrigConfxAOD-00-00-25)

	* Tagging TrigConfxAOD-00-00-25.
	* CMakeLists.txt: Restore TrigConfInterfaces to LINK_LIBRARIES.


Former-commit-id: 43b44666
parent 5d64c7f0
No related merge requests found
# $Id: CMakeLists.txt 792850 2017-01-18 18:58:03Z ssnyder $ # $Id: CMakeLists.txt 794799 2017-01-31 17:07:29Z ssnyder $
################################################################################ ################################################################################
# Package: TrigConfxAOD # Package: TrigConfxAOD
################################################################################ ################################################################################
...@@ -33,7 +33,8 @@ find_package( ROOT COMPONENTS Core RIO ) ...@@ -33,7 +33,8 @@ find_package( ROOT COMPONENTS Core RIO )
atlas_add_library( TrigConfxAODLib atlas_add_library( TrigConfxAODLib
TrigConfxAOD/*.h Root/*.cxx TrigConfxAOD/*.h Root/*.cxx
PUBLIC_HEADERS TrigConfxAOD PUBLIC_HEADERS TrigConfxAOD
LINK_LIBRARIES AsgTools xAODTrigger TrigConfL1Data TrigConfHLTData ) LINK_LIBRARIES AsgTools xAODTrigger TrigConfL1Data TrigConfHLTData
TrigConfInterfaces )
if( NOT XAOD_STANDALONE ) if( NOT XAOD_STANDALONE )
atlas_add_component( TrigConfxAOD atlas_add_component( TrigConfxAOD
......
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