Skip to content
Snippets Groups Projects
Commit 6461c2ef authored by Walter Lampl's avatar Walter Lampl Committed by Graeme Stewart
Browse files

re-tag trunk to recover the lost CMakeLists.txt file (ZeeValidation-00-00-09)

Former-commit-id: 7773e15fc10dcd73590deed6073c86aa24a8d61e
parent 7b8b890e
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: ZeeValidation
################################################################################
# Declare the package name:
atlas_subdir( ZeeValidation )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaMonitoring
Event/xAOD/xAODBase
Event/xAOD/xAODEgamma
Event/xAOD/xAODEventInfo
Event/xAOD/xAODTracking
Event/xAOD/xAODTruth
GaudiKernel
Tracking/TrkValidation/TrkValHistUtils
PRIVATE
Control/AthenaBaseComps
Event/xAOD/xAODPrimitives )
# External dependencies:
find_package( CLHEP )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_component( ZeeValidation
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} AthenaMonitoringLib xAODBase xAODEgamma xAODEventInfo xAODTracking xAODTruth GaudiKernel TrkValHistUtils AthenaBaseComps xAODPrimitives )
# Install files from the package:
atlas_install_headers( ZeeValidation )
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