Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
f6e50436
Commit
f6e50436
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
TrkGlobalChi2Fitter: cmake cleanup
Remove library and only build component library.
parent
d0e1725b
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tracking/TrkFitter/TrkGlobalChi2Fitter/CMakeLists.txt
+7
-41
7 additions, 41 deletions
Tracking/TrkFitter/TrkGlobalChi2Fitter/CMakeLists.txt
with
7 additions
and
41 deletions
Tracking/TrkFitter/TrkGlobalChi2Fitter/CMakeLists.txt
+
7
−
41
View file @
f6e50436
################################################################################
# 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
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment