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

'CMakeLists.txt' (GeneratorObjectsAthenaPool-00-08-01)

parent 2f6b723e
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: GeneratorObjectsAthenaPool
################################################################################
# Declare the package name:
atlas_subdir( GeneratorObjectsAthenaPool )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Database/AthenaPOOL/AthenaPoolUtilities
Database/AtlasSealCLHEP
PRIVATE
Database/AthenaPOOL/AthenaPoolCnvSvc
Generators/GeneratorObjects
Generators/GeneratorObjectsTPCnv )
# Component(s) in the package:
atlas_add_poolcnv_library( GeneratorObjectsAthenaPoolPoolCnv
src/*.cxx
FILES GeneratorObjects/HijingEventParams.h GeneratorObjects/McEventCollection.h
LINK_LIBRARIES AthenaPoolUtilities AthenaPoolCnvSvcLib GeneratorObjects GeneratorObjectsTPCnv )
# Install files from the package:
atlas_install_headers( GeneratorObjectsAthenaPool )
atlas_install_joboptions( share/*.py )
......@@ -3,17 +3,14 @@ package GeneratorObjectsAthenaPool
author Georgios Stavropoulos <George.Stavropoulos@cern.ch>
author Sebastien Binet <binet@cern.ch>
use AtlasPolicy AtlasPolicy-*
use AtlasReflex AtlasReflex-* External
use DataModel DataModel-* Control
use AtlasPolicy AtlasPolicy-*
use AtlasSealCLHEP AtlasSealCLHEP-* Database -no_auto_imports
use AthenaPoolUtilities AthenaPoolUtilities-* Database/AthenaPOOL
use AtlasHepMC AtlasHepMC-* External
use GeneratorObjects GeneratorObjects-* Generators
private
use GeneratorObjects GeneratorObjects-* Generators
use GeneratorObjectsTPCnv GeneratorObjectsTPCnv-* Generators
branches src share
end_private
# apply_pattern declare_runtime
apply_pattern declare_joboptions files="*.py"
......@@ -26,4 +23,3 @@ macro_append genObjAthenaPoolCnv " HijingEventParams.h"
macro_append genObjAthenaPoolCnv " McEventCollection.h"
apply_pattern poolcnv files=$(genObjAthenaPoolCnv)
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