-
Stephen Nicholas Swatman authored
For future changes, we will need to access header files defined in the InDetReadoutGeometry to implement hole search. This commit adds the dependency on that package to the CMake file of the TrkGlobalChi2Fitter.
Stephen Nicholas Swatman authoredFor future changes, we will need to access header files defined in the InDetReadoutGeometry to implement hole search. This commit adds the dependency on that package to the CMake file of the TrkGlobalChi2Fitter.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 1.08 KiB
################################################################################
# Package: TrkGlobalChi2Fitter
################################################################################
# Declare the package name:
atlas_subdir(TrkGlobalChi2Fitter)
# Define the library:
atlas_add_library(
TrkGlobalChi2FitterLib
PUBLIC_HEADERS
TrkGlobalChi2Fitter
LINK_LIBRARIES
AthenaBaseComps
GaudiKernel
TrkEventPrimitives
TrkMaterialOnTrack
TrkParameters
TrkFitterInterfaces
TrkFitterUtils
AtlasDetDescr
IdDictDetDescr
EventPrimitives
TrkDetDescrInterfaces
TrkGeometry
TrkSurfaces
TrkCompetingRIOsOnTrack
TrkMeasurementBase
TrkPrepRawData
TrkPseudoMeasurementOnTrack
TrkRIO_OnTrack
TrkSegment
TrkTrack
TrkVertexOnTrack
TrkExInterfaces
TrkExUtils
TrkToolInterfaces
MagFieldElements
MagFieldConditions
InDetReadoutGeometry
)
# Component(s) in the package:
atlas_add_component(
TrkGlobalChi2Fitter
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES
TrkGlobalChi2FitterLib
)