Skip to content
Snippets Groups Projects
Commit 2255081a authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'cmake.DerivationFrameworkMuons-20201221' into 'master'

DerivationFrameworkMuons: cmake fix

See merge request atlas/athena!39353
parents 5a877298 723b782a
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ find_package( ROOT COMPONENTS Core MathCore ) ...@@ -9,7 +9,7 @@ find_package( ROOT COMPONENTS Core MathCore )
# Component(s) in the package: # Component(s) in the package:
#the library is used by the MCP software https://gitlab.cern.ch/atlas-mcp/MuonPerformanceAnalysis #the library is used by the MCP software https://gitlab.cern.ch/atlas-mcp/MuonPerformanceAnalysis
atlas_add_library( DerivationFrameworkMuonsLib atlas_add_library( DerivationFrameworkMuonsLib
DerivationFrameworkMuons/*.h src/*.cxx src/components/*.cxx DerivationFrameworkMuons/*.h src/*.cxx
PUBLIC_HEADERS DerivationFrameworkMuons PUBLIC_HEADERS DerivationFrameworkMuons
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools AthContainers AthenaBaseComps AthenaKernel CaloEvent CaloGeoHelpers DerivationFrameworkInterfaces ExpressionEvaluationLib FourMomUtils GaudiKernel ICaloTrkMuIdTools InDetTrackSelectionToolLib MCTruthClassifierLib RecoToolInterfaces TrigDecisionToolLib TrigMuonMatchingLib TrkExInterfaces TrkParameters TrkSurfaces muonEvent xAODBase xAODCaloEvent xAODEventInfo xAODJet xAODMuon xAODPrimitives xAODTracking xAODTruth ) LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools AthContainers AthenaBaseComps AthenaKernel CaloEvent CaloGeoHelpers DerivationFrameworkInterfaces ExpressionEvaluationLib FourMomUtils GaudiKernel ICaloTrkMuIdTools InDetTrackSelectionToolLib MCTruthClassifierLib RecoToolInterfaces TrigDecisionToolLib TrigMuonMatchingLib TrkExInterfaces TrkParameters TrkSurfaces muonEvent xAODBase xAODCaloEvent xAODEventInfo xAODJet xAODMuon xAODPrimitives xAODTracking xAODTruth )
......
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