Skip to content
Snippets Groups Projects

MuonPattern - Remove dictionary

Merged Johannes Junggeburth requested to merge jojungge/athena:ATLASRECTS-7102 into 22.0
1 file
+ 2
8
Compare changes
  • Side-by-side
  • Inline
@@ -13,12 +13,6 @@ atlas_add_library( MuonPattern
src/*.cxx
PUBLIC_HEADERS MuonPattern
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthenaKernel AthLinks AthContainers GeoPrimitives EventPrimitives MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils
LINK_LIBRARIES AthenaKernel AthLinks AthContainers GeoPrimitives EventPrimitives
MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_dictionary( MuonPatternDict
MuonPattern/MuonPatternDict.h
MuonPattern/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthLinks AthContainers GeoPrimitives EventPrimitives MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils MuonPattern )
Loading