Skip to content
Snippets Groups Projects
Commit 964938e8 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Made xAODCaloEventAthenaPool build as part of AthAnalysis.

parent 217197f7
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,12 @@
# Declare the package name:
atlas_subdir( xAODCaloEventAthenaPool )
# Extra libraries, depending on the build environment.
set( extra_libs )
if( NOT XAOD_ANALYSIS )
set( extraLibs CaloInterfaceLib )
endif()
# Component(s) in the package:
atlas_add_poolcnv_library( xAODCaloEventAthenaPoolPoolCnv
src/*.h src/*.cxx
......@@ -13,9 +19,8 @@ atlas_add_poolcnv_library( xAODCaloEventAthenaPoolPoolCnv
TYPES_WITH_NAMESPACE xAOD::CaloClusterContainer xAOD::CaloClusterAuxContainer
xAOD::CaloTowerContainer xAOD::CaloTowerAuxContainer
CNV_PFX xAOD
LINK_LIBRARIES CaloInterfaceLib AthContainers AthenaKernel
AthenaPoolCnvSvcLib AthenaPoolUtilities xAODCaloEvent
GaudiKernel )
LINK_LIBRARIES AthContainers AthenaKernel AthenaPoolCnvSvcLib
AthenaPoolUtilities xAODCaloEvent GaudiKernel ${extra_libs} )
# Install files from the package.
atlas_install_joboptions( share/*.py )
......
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