# -*- mode: cmake -*- set(SRCS AliMUONGeometryConstituent.cxx AliMUONGeometryEnvelope.cxx AliMUONGeometryEnvelopeStore.cxx AliMUONGeometryDetElement.cxx AliMUONGeometryModuleTransformer.cxx AliMUONGeometryModule.cxx AliMUONGeometryTransformer.cxx AliMUONGeometryMisAligner.cxx AliMUONGeometry.cxx AliMUONVGeometryBuilder.cxx AliMUONGeometryBuilder.cxx AliMUONSurveyObj.cxx AliMUONSurveyUtil.cxx AliMUONSurveyDetElem.cxx AliMUONSurveyChamber.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(MUONgeometry "${SRCS}" "${HDRS}")