Skip to content
Snippets Groups Projects
Commit 36f0a2ee authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

xAODJetCnv: cmake fixes

Define an interface library for headers exported from this package.
parent 98b9df31
No related branches found
No related tags found
No related merge requests found
...@@ -17,14 +17,20 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -17,14 +17,20 @@ atlas_depends_on_subdirs( PUBLIC
Control/StoreGate Control/StoreGate
Reconstruction/Jet/JetEvent ) Reconstruction/Jet/JetEvent )
atlas_add_library( xAODJetCnvLib
xAODJetCnv/*.h
INTERFACE
PUBLIC_HEADERS xAODJetCnv
LINK_LIBRARIES GaudiKernel xAODJet xAODBase AthLinks )
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( xAODJetCnv atlas_add_component( xAODJetCnv
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
LINK_LIBRARIES AthLinks xAODBase xAODJet GaudiKernel AthenaBaseComps AthenaKernel StoreGateLib SGtests JetEvent ) LINK_LIBRARIES xAODJetCnvLib xAODJet GaudiKernel AthenaBaseComps AthenaKernel StoreGateLib SGtests JetEvent )
# Install files from the package: # Install files from the package:
atlas_install_headers( xAODJetCnv )
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.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