Skip to content
Snippets Groups Projects
Commit 7fc4b432 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay Committed by Graeme Stewart
Browse files

Declared an interface library for the package (MuonTrackMakerUtils-01-00-08)

	* Declared an interface library for the package in CMakeLists.txt,
	  so that its clients could receive correct linking options when
	  using headers from this package.
	* Tagging as MuonTrackMakerUtils-01-00-08


Former-commit-id: 79bd4194a8cfade4ec75b034420c149c489f871d
parent 4c96e2d9
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 770061 2016-08-25 12:52:45Z krasznaa $
################################################################################
# Package: MuonTrackMakerUtils
################################################################################
......@@ -6,20 +7,23 @@
atlas_subdir( MuonTrackMakerUtils )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CxxUtils
DetectorDescription/GeoPrimitives
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonCompetingRIOsOnTrack
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonRecHelperTools
Tracking/TrkDetDescr/TrkSurfaces
Tracking/TrkEvent/TrkMeasurementBase
Tracking/TrkEvent/TrkParameters
Tracking/TrkEvent/TrkTrack )
# External dependencies:
find_package( Eigen )
# Install files from the package:
atlas_install_headers( MuonTrackMakerUtils )
atlas_depends_on_subdirs(
PUBLIC
Control/CxxUtils
DetectorDescription/GeoPrimitives
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonCompetingRIOsOnTrack
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonRecHelperTools
Tracking/TrkDetDescr/TrkSurfaces
Tracking/TrkEvent/TrkMeasurementBase
Tracking/TrkEvent/TrkParameters
Tracking/TrkEvent/TrkTrack )
# Component(s) in the package:
atlas_add_library( MuonTrackMakerUtils
MuonTrackMakerUtils/*.h
INTERFACE
PUBLIC_HEADERS MuonTrackMakerUtils
LINK_LIBRARIES CxxUtils GeoPrimitives MuonIdHelpersLib
MuonCompetingRIOsOnTrack MuonRecHelperToolsLib TrkSurfaces
TrkMeasurementBase TrkParameters TrkTrack )
File mode changed from 100755 to 100644
......@@ -15,4 +15,3 @@ use TrkTrack TrkTrack-* Tracking/TrkEve
use GeoPrimitives GeoPrimitives-* DetectorDescription
use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer
private
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