Skip to content
Snippets Groups Projects
Commit 0b3b807e authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'cmake.xAODMuonCnv-20200708' into 'master'

xAODMuonCnv: cmake fixes

See merge request atlas/athena!34560
parents 87333cb8 68e3adec
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,16 @@ atlas_depends_on_subdirs( PUBLIC
Reconstruction/Particle
Event/xAOD/xAODTruth )
atlas_add_library( xAODMuonCnvLib
xAODMuonCnv/*.h
INTERFACE
PUBLIC_HEADERS xAODMuonCnv
LINK_LIBRARIES GaudiKernel xAODMuon MuonSegment TrkSegment AthLinks )
# Component(s) in the package:
atlas_add_component( xAODMuonCnv
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES AthLinks xAODMuon MuonSegment TrkSegment AthenaBaseComps AthenaKernel xAODPrimitives GaudiKernel muonEvent Particle xAODTruth)
LINK_LIBRARIES xAODMuonCnvLib AthenaBaseComps AthenaKernel xAODPrimitives muonEvent Particle xAODTruth)
# Install files from the package:
atlas_install_headers( xAODMuonCnv )
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