Skip to content
Snippets Groups Projects

LUCID: cmake cleanup

Merged Frank Winklmeier requested to merge fwinkl/athena:cmake_lucid into master
12 files
+ 46
202
Compare changes
  • Side-by-side
  • Inline
Files
12
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: LUCID_EventAthenaPool
################################################################################
# Declare the package name:
# Declare the package name:
atlas_subdir( LUCID_EventAthenaPool )
atlas_subdir( LUCID_EventAthenaPool )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PRIVATE
Database/AthenaPOOL/AthenaPoolCnvSvc
Database/AthenaPOOL/AthenaPoolUtilities
ForwardDetectors/LUCID/LUCID_Cnv/LUCID_EventTPCnv
ForwardDetectors/LUCID/LUCID_RawEvent
ForwardDetectors/LUCID/LUCID_SimUtils/LUCID_SimEvent
GaudiKernel )
# Component(s) in the package:
# Component(s) in the package:
atlas_add_poolcnv_library( LUCID_EventAthenaPoolPoolCnv
atlas_add_poolcnv_library( LUCID_EventAthenaPoolPoolCnv
src/*.cxx
src/*.cxx
FILES LUCID_SimEvent/LUCID_SimHitCollection.h LUCID_RawEvent/LUCID_DigitContainer.h LUCID_RawEvent/LUCID_RawDataContainer.h
FILES LUCID_SimEvent/LUCID_SimHitCollection.h LUCID_RawEvent/LUCID_DigitContainer.h LUCID_RawEvent/LUCID_RawDataContainer.h
LINK_LIBRARIES AthenaPoolCnvSvcLib AthenaPoolUtilities LUCID_EventTPCnv LUCID_RawEvent LUCID_SimEvent GaudiKernel )
LINK_LIBRARIES AthenaPoolCnvSvcLib LUCID_EventTPCnv LUCID_RawEvent GaudiKernel )
Loading