# -*- mode: cmake -*- set(SRCS AliFMDReconstructor.cxx AliFMDRawStream.cxx AliFMDRawReader.cxx AliFMDRecPoint.cxx AliFMDQADataMakerRec.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(FMDrec "${SRCS}" "${HDRS}")