Skip to content
Snippets Groups Projects
Commit f6e50436 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TrkGlobalChi2Fitter: cmake cleanup

Remove library and only build component library.
parent d0e1725b
No related merge requests found
################################################################################ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: TrkGlobalChi2Fitter
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir(TrkGlobalChi2Fitter) atlas_subdir(TrkGlobalChi2Fitter)
# Define the library: # External dependencies:
atlas_add_library( find_package( CLHEP )
TrkGlobalChi2FitterLib find_package( Eigen )
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: # Component(s) in the package:
atlas_add_component( atlas_add_component (
TrkGlobalChi2Fitter TrkGlobalChi2Fitter
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
LINK_LIBRARIES INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
TrkGlobalChi2FitterLib LINK_LIBRARIES ${CLHEP_LIBRARIES} ${EIGEN_LIBRARIES} AthenaBaseComps AtlasDetDescr EventPrimitives GaudiKernel IdDictDetDescr InDetReadoutGeometry MagFieldConditions MagFieldElements TrkCompetingRIOsOnTrack TrkDetDescrInterfaces TrkEventPrimitives TrkExInterfaces TrkExUtils TrkFitterInterfaces TrkFitterUtils TrkGeometry TrkMaterialOnTrack TrkMeasurementBase TrkParameters TrkPrepRawData TrkPseudoMeasurementOnTrack TrkRIO_OnTrack TrkSegment TrkSurfaces TrkToolInterfaces TrkTrack TrkTrackSummary TrkVertexOnTrack TrkVolumes )
)
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