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

Merge branch 'indetbs' into 'master'

InDetByteStreamErrorsAthenaPool: fix for dictionary error (ATEAM-663)

Closes ATEAM-663

See merge request atlas/athena!37587
parents 897be536 939d3961
No related branches found
No related tags found
No related merge requests found
......@@ -4,35 +4,40 @@
atlas_subdir( InDetByteStreamErrorsAthenaPool )
# Component(s) in the package:
atlas_add_poolcnv_library( InDetByteStreamErrorsAthenaPoolPoolCnv src/*.cxx
atlas_add_library( InDetByteStreamErrorsAthenaPool
src/*.cxx
PUBLIC_HEADERS InDetByteStreamErrorsAthenaPool
LINK_LIBRARIES AthAllocators AthenaPoolCnvSvcLib Identifier InDetByteStreamErrors )
atlas_add_poolcnv_library( InDetByteStreamErrorsAthenaPoolPoolCnv
FILES InDetByteStreamErrors/InDetBSErrContainer.h
InDetByteStreamErrors/TRT_BSIdErrContainer.h
InDetByteStreamErrors/TRT_BSErrContainer.h
InDetByteStreamErrors/IDCInDetBSErrContainer.h
LINK_LIBRARIES Identifier InDetByteStreamErrors AthAllocators AthenaPoolCnvSvcLib )
LINK_LIBRARIES InDetByteStreamErrorsAthenaPool )
atlas_add_dictionary( InDetByteStreamErrorsAthenaPoolCnvDict
InDetByteStreamErrorsAthenaPool/InDetByteStreamErrorsAthenaPoolCnvDict.h
InDetByteStreamErrorsAthenaPool/selection.xml
LINK_LIBRARIES Identifier )
LINK_LIBRARIES InDetByteStreamErrorsAthenaPool )
# Tests in the package:
atlas_add_test( InDetBSErrContainerCnv_p1_test
SOURCES test/InDetBSErrContainerCnv_p1_test.cxx
src/InDetBSErrContainerCnv_p1.cxx
LINK_LIBRARIES GaudiKernel AthenaPoolCnvSvcLib Identifier InDetByteStreamErrors )
LINK_LIBRARIES GaudiKernel AthenaPoolCnvSvcLib Identifier InDetByteStreamErrors InDetByteStreamErrorsAthenaPool )
atlas_add_test( IDCInDetBSErrContainerCnv_p1_test
SOURCES test/IDCInDetBSErrContainerCnv_p1_test.cxx
src/IDCInDetBSErrContainerCnv_p1.cxx
LINK_LIBRARIES GaudiKernel AthenaPoolCnvSvcLib Identifier InDetByteStreamErrors )
LINK_LIBRARIES GaudiKernel AthenaPoolCnvSvcLib Identifier InDetByteStreamErrors InDetByteStreamErrorsAthenaPool )
#atlas_add_test( TRT_BSErrContainerCnv_p1_test
# SOURCES test/TRT_BSErrContainerCnv_p1_test.cxx
# src/TRT_BSErrContainerCnv_p1.cxx
# LINK_LIBRARIES GaudiKernel AthenaPoolCnvSvcLib Identifier AthAllocators InDetByteStreamErrors )
# LINK_LIBRARIES GaudiKernel AthenaPoolCnvSvcLib Identifier AthAllocators InDetByteStreamErrors InDetByteStreamErrorsAthenaPool )
atlas_add_test( TRT_BSIdErrContainerCnv_p1_test
SOURCES test/TRT_BSIdErrContainerCnv_p1_test.cxx
src/TRT_BSIdErrContainerCnv_p1.cxx
LINK_LIBRARIES GaudiKernel AthenaPoolCnvSvcLib Identifier AthAllocators InDetByteStreamErrors )
LINK_LIBRARIES GaudiKernel AthenaPoolCnvSvcLib Identifier AthAllocators InDetByteStreamErrors InDetByteStreamErrorsAthenaPool )
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