Skip to content
Snippets Groups Projects

EventShapes: cmake cleanup, enable flake8

Merged Frank Winklmeier requested to merge fwinkl/athena:cmake_eventshapes into master
6 files
+ 17
84
Compare changes
  • Side-by-side
  • Inline
Files
6
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: EventShapeAthenaPool
################################################################################
# Declare the package name:
# Declare the package name:
atlas_subdir( EventShapeAthenaPool )
atlas_subdir( EventShapeAthenaPool )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Database/AthenaPOOL/AthenaPoolUtilities
PRIVATE
Database/AthenaPOOL/AthenaPoolCnvSvc
Reconstruction/EventShapes/EventShapeEvent
Reconstruction/EventShapes/EventShapeTPCnv )
# Component(s) in the package:
# Component(s) in the package:
atlas_add_poolcnv_library( EventShapeAthenaPoolPoolCnv
atlas_add_poolcnv_library( EventShapeAthenaPoolPoolCnv
src/*.cxx
src/*.cxx
Loading