Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena-acts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dimitra Amperiadou
athena-acts
Commits
853c161d
Commit
853c161d
authored
8 years ago
by
Atlas-Software Librarian
Committed by
Graeme Stewart
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
'CMakeLists.txt' (GeneratorObjectsAthenaPool-00-08-01)
parent
2f6b723e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Generators/GeneratorObjectsAthenaPool/CMakeLists.txt
+26
-0
26 additions, 0 deletions
Generators/GeneratorObjectsAthenaPool/CMakeLists.txt
Generators/GeneratorObjectsAthenaPool/cmt/requirements
+4
-8
4 additions, 8 deletions
Generators/GeneratorObjectsAthenaPool/cmt/requirements
with
30 additions
and
8 deletions
Generators/GeneratorObjectsAthenaPool/CMakeLists.txt
0 → 100644
+
26
−
0
View file @
853c161d
################################################################################
# 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
)
This diff is collapsed.
Click to expand it.
Generators/GeneratorObjectsAthenaPool/cmt/requirements
+
4
−
8
View file @
853c161d
...
...
@@ -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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment