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

Merge branch 'empty_entries' into 'master'

ExpressionEvaluation: Delete empty component library

See merge request atlas/athena!34867
parents 208f7c47 dfc35bd8
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: ExpressionEvaluation
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( ExpressionEvaluation )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthContainers
Control/SGTools
Control/StoreGate
GaudiKernel
Trigger/TrigAnalysis/TrigDecisionTool
PRIVATE
Event/xAOD/xAODBTagging
Event/xAOD/xAODBase
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODEgamma
Event/xAOD/xAODEventInfo
Event/xAOD/xAODEventShape
Event/xAOD/xAODJet
Event/xAOD/xAODMissingET
Event/xAOD/xAODMuon
Event/xAOD/xAODPFlow
Event/xAOD/xAODParticleEvent
Event/xAOD/xAODTau
Event/xAOD/xAODTracking
Event/xAOD/xAODTruth )
# External dependencies:
find_package( Boost COMPONENTS filesystem thread system )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
find_package( Boost )
find_package( ROOT COMPONENTS Core )
# Component(s) in the package:
atlas_add_library( ExpressionEvaluationLib
......@@ -39,11 +14,5 @@ atlas_add_library( ExpressionEvaluationLib
PUBLIC_HEADERS ExpressionEvaluation
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers SGTools GaudiKernel StoreGateLib SGtests TrigDecisionToolLib
LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers GaudiKernel SGTools StoreGateLib TrigDecisionToolLib
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} xAODBTagging xAODBase xAODCaloEvent xAODEgamma xAODEventInfo xAODEventShape xAODJet xAODMissingET xAODMuon xAODPFlow xAODParticleEvent xAODTau xAODTracking xAODTruth )
atlas_add_component( ExpressionEvaluation
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} AthContainers SGTools StoreGateLib SGtests GaudiKernel TrigDecisionToolLib xAODBTagging xAODBase xAODCaloEvent xAODEgamma xAODEventInfo xAODEventShape xAODJet xAODMissingET xAODMuon xAODPFlow xAODParticleEvent xAODTau xAODTracking xAODTruth ExpressionEvaluationLib )
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