Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
a426b571
Commit
a426b571
authored
Aug 23, 2016
by
Walter Lampl
Committed by
Graeme Stewart
Oct 11, 2016
Browse files
tag trunk to re-add lost CMakeLists.txt file (ExpressionEvaluation-00-00-27)
Former-commit-id:
c2ba202d
parent
b3e337c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/CommonTools/ExpressionEvaluation/CMakeLists.txt
0 → 100644
View file @
a426b571
################################################################################
# Package: ExpressionEvaluation
################################################################################
# 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
)
# Component(s) in the package:
atlas_add_library
(
ExpressionEvaluationLib
src/*.cxx
Root/*.cxx
PUBLIC_HEADERS ExpressionEvaluation
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
PRIVATE_INCLUDE_DIRS
${
Boost_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
AthContainers SGTools GaudiKernel StoreGateLib SGtests 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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment