Skip to content
Snippets Groups Projects

MuonDigToolInterfaces+MuonRegionSelector+TrackRecord: cmake fixes

3 files
+ 20
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -25,6 +25,12 @@ atlas_depends_on_subdirs( PUBLIC
@@ -25,6 +25,12 @@ atlas_depends_on_subdirs( PUBLIC
find_package( CLHEP )
find_package( CLHEP )
find_package( Eigen )
find_package( Eigen )
 
atlas_add_library( MuonRegionSelectorLib
 
MuonRegionSelector/*.h
 
INTERFACE
 
PUBLIC_HEADERS MuonRegionSelector
 
LINK_LIBRARIES RegSelLUT AthenaBaseComps GaudiKernel GeoPrimitives )
 
# Component(s) in the package:
# Component(s) in the package:
atlas_add_component( MuonRegionSelector
atlas_add_component( MuonRegionSelector
src/*.cxx
src/*.cxx
@@ -36,9 +42,8 @@ atlas_add_component( MuonRegionSelector
@@ -36,9 +42,8 @@ atlas_add_component( MuonRegionSelector
MuonMDT_CablingLib MuonTGC_CablingLib RPCcablingInterfaceLib
MuonMDT_CablingLib MuonTGC_CablingLib RPCcablingInterfaceLib
MuonReadoutGeometry
MuonReadoutGeometry
MuonAGDDDescription )
MuonAGDDDescription MuonRegionSelectorLib )
# Install files from the package:
# Install files from the package:
atlas_install_headers( MuonRegionSelector )
atlas_install_joboptions( share/*.py )
atlas_install_joboptions( share/*.py )
Loading