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

Merge branch 'cmake_eflow' into 'master'

eflowRec: cmake cleanup

See merge request atlas/athena!38346
parents 612a60b0 909cef25
No related branches found
No related tags found
No related merge requests found
...@@ -3,45 +3,6 @@ ...@@ -3,45 +3,6 @@
# Declare the package name: # Declare the package name:
atlas_subdir( eflowRec ) atlas_subdir( eflowRec )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Calorimeter/CaloEvent
Calorimeter/CaloIdentifier
Calorimeter/CaloRec
Control/AthContainers
Control/AthLinks
Control/AthenaBaseComps
Control/AthenaKernel
Control/CxxUtils
DetectorDescription/GeoPrimitives
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODCore
Event/xAOD/xAODEgamma
Event/xAOD/xAODMuon
Event/xAOD/xAODPFlow
Event/xAOD/xAODTracking
Event/xAOD/xAODTau
GaudiKernel
InnerDetector/InDetDetDescr/InDetReadoutGeometry
InnerDetector/InDetDetDescr/TRT_ReadoutGeometry
InnerDetector/InDetRecTools/InDetTrackSelectionTool
InnerDetector/InDetRecTools/TrackVertexAssociationTool
Reconstruction/Particle
Reconstruction/RecoTools/RecoToolInterfaces
Tracking/TrkEvent/TrkParameters
PRIVATE
Calorimeter/CaloDetDescr
Calorimeter/CaloUtils
Control/StoreGate
Event/FourMomUtils
Tools/PathResolver
Tracking/TrkEvent/TrkCaloExtension
Tracking/TrkEvent/TrkParametersIdentificationHelpers
Reconstruction/PFODQA
Reconstruction/PFOHistUtils
PhysicsAnalysis/PhysicsValidation/PhysValMonitoring
)
# External dependencies: # External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
...@@ -49,8 +10,8 @@ find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) ...@@ -49,8 +10,8 @@ find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
atlas_add_component( eflowRec atlas_add_component( eflowRec
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} CaloEvent CaloIdentifier CaloRecLib AthContainers AthLinks AthenaBaseComps CxxUtils AthenaKernel GeoPrimitives xAODCaloEvent xAODCore xAODEgamma xAODMuon xAODPFlow xAODTau xAODTracking GaudiKernel InDetReadoutGeometry TRT_ReadoutGeometry TrackVertexAssociationToolLib Particle RecoToolInterfaces TrkParameters CaloDetDescrLib CaloUtilsLib StoreGateLib SGtests FourMomUtils PathResolver TrkCaloExtension TrkParametersIdentificationHelpers InDetTrackSelectionToolLib AthenaMonitoringKernelLib) LINK_LIBRARIES ${ROOT_LIBRARIES} CaloEvent CaloIdentifier CaloRecLib AthContainers AthLinks AthenaBaseComps CxxUtils AthenaKernel GeoPrimitives Identifier xAODBase xAODCaloEvent xAODCore xAODEgamma xAODMuon xAODPFlow xAODTau xAODTracking GaudiKernel InDetReadoutGeometry TRT_ReadoutGeometry Particle RecoToolInterfaces TrkParameters CaloDetDescrLib CaloUtilsLib StoreGateLib FourMomUtils PathResolver TrkCaloExtension TrkParametersIdentificationHelpers InDetTrackSelectionToolLib AthenaMonitoringKernelLib)
# Install files from the package: # Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} ) atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
......
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