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

Merge branch 'cmake.CscSegmentMakers-20200701' into 'master'

CscSegmentMakers: cmake fixes

See merge request atlas/athena!34369
parents 4c22561b dc710e06
No related branches found
No related tags found
No related merge requests found
......@@ -34,13 +34,17 @@ atlas_depends_on_subdirs( PUBLIC
find_package( Eigen )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
atlas_add_library( CscSegmentMakersLib
CscSegmentMakers/*.h
INTERFACE
PUBLIC_HEADERS CscSegmentMakers
LINK_LIBRARIES GaudiKernel MuonRecToolInterfaces MuonSegment MuonPrepRawData CscSegmentMakersLib GeoPrimitives )
# Component(s) in the package:
atlas_add_component( CscSegmentMakers
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} GeoPrimitives GaudiKernel MuonPrepRawData MuonSegment AthenaBaseComps StoreGateLib SGtests Identifier EventPrimitives xAODEventInfo MuonReadoutGeometry MuonIdHelpersLib CscClusterizationLib MuonRIO_OnTrack MuonRecHelperToolsLib MuonRecToolInterfaces MuonCondData TrkSurfaces TrkEventPrimitives TrkRoad TrkSegment )
LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} CscSegmentMakersLib AthenaBaseComps StoreGateLib SGtests Identifier EventPrimitives xAODEventInfo MuonReadoutGeometry MuonIdHelpersLib CscClusterizationLib MuonRIO_OnTrack MuonRecHelperToolsLib MuonCondData TrkSurfaces TrkEventPrimitives TrkRoad TrkSegment )
# Install files from the package:
atlas_install_headers( CscSegmentMakers )
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