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

Updating CMakeLists.txt file

parent 2a4db9e5
No related branches found
No related tags found
No related merge requests found
......@@ -5,25 +5,6 @@
# 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