Skip to content
Snippets Groups Projects
Commit c06e4211 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (ISF_AthenaPool-00-00-04)

	* Simplified the requirements file a bit, so that it could be
	  understood by the cmt2cmake code.
	* Tagging as ISF_AthenaPool-00-00-04
parent 969bbf4b
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: ISF_AthenaPool
################################################################################
# Declare the package name:
atlas_subdir( ISF_AthenaPool )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Database/AthenaPOOL/AthenaPoolUtilities
Database/AtlasSealCLHEP
PRIVATE
Database/AthenaPOOL/AthenaPoolCnvSvc
GaudiKernel
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent )
# Component(s) in the package:
atlas_add_poolcnv_library( ISF_AthenaPoolPoolCnv
src/*.cxx
FILES ISF_FastCaloSimEvent/FCS_StepInfoCollection.h
TYPES_WITH_NAMESPACE ISF_FCS_Parametrization::FCS_StepInfo ISF_FCS_Parametrization::FCS_StepInfoCollection
LINK_LIBRARIES AthenaPoolUtilities AthenaPoolCnvSvcLib GaudiKernel ISF_FastCaloSimEvent )
......@@ -19,9 +19,6 @@ use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL
branches isfAthenaPool src
macro isfAthenaPool_poolCnvTypes ""
macro_append isfAthenaPool_poolCnvTypes "ISF_FCS_Parametrization::FCS_StepInfo "
macro_append isfAthenaPool_poolCnvTypes "ISF_FCS_Parametrization::FCS_StepInfoCollection "
apply_pattern poolcnv typesWithNamespace=$(isfAthenaPool_poolCnvTypes) \
apply_pattern poolcnv typesWithNamespace="ISF_FCS_Parametrization::FCS_StepInfo \
ISF_FCS_Parametrization::FCS_StepInfoCollection" \
files=" -s=${ISF_FastCaloSimEvent_root}/ISF_FastCaloSimEvent FCS_StepInfoCollection.h "
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