Skip to content
Snippets Groups Projects
Commit 2a4db9e5 authored by James Catmore's avatar James Catmore
Browse files

Adding new package DerivationFrameworkHDBS

This is a new package DerivationFrameworkHDBS for the newly formed group Higgs and Diboson Searches. There is currently no content.
parent 1b34e914
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: DerivationFrameworkHDBS
################################################################################
# Declare the package name:
atlas_subdir( DerivationFrameworkHDBS )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
GaudiKernel
PhysicsAnalysis/DerivationFramework/DerivationFrameworkInterfaces
PRIVATE
Control/AthenaKernel )
# Component(s) in the package:
atlas_add_library( DerivationFrameworkHDBSLib
src/*.cxx
PUBLIC_HEADERS DerivationFrameworkHDBS
LINK_LIBRARIES AthenaBaseComps GaudiKernel
PRIVATE_LINK_LIBRARIES AthenaKernel )
atlas_add_component( DerivationFrameworkHDBS
src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps GaudiKernel AthenaKernel DerivationFrameworkHDBSLib )
# Install files from the package:
atlas_install_python_modules( python/*.py )
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