Skip to content
Snippets Groups Projects
Commit af92d3d0 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

PFlowValidation: cmake cleanup

parent 009462b8
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: PFODQA
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( PFODQA )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
GaudiKernel
PRIVATE
Control/AthenaMonitoring
Control/StoreGate
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODPFlow
Event/xAOD/xAODTracking
Reconstruction/PFlow/PFlowValidation/PFOHistUtils
Tracking/TrkValidation/TrkValHistUtils )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_component( PFODQA
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel AthenaMonitoringLib xAODCaloEvent xAODPFlow PFOHistUtils TrkValHistUtils )
LINK_LIBRARIES AthenaMonitoringLib xAODCaloEvent xAODPFlow xAODTracking PFOHistUtils StoreGateLib TrkValHistUtils )
################################################################################
# Package: PFOHistUtils
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( PFOHistUtils )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODPFlow
Event/xAOD/xAODTracking
Tracking/TrkValidation/TrkValHistUtils )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_library( PFOHistUtils
src/*.cxx
PUBLIC_HEADERS PFOHistUtils
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} xAODCaloEvent xAODPFlow TrkValHistUtils )
LINK_LIBRARIES xAODCaloEvent xAODPFlow xAODTracking TrkValHistUtils )
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