# -*- mode: cmake -*- set(SRCS rec/AliHLTReconstructor.cxx rec/AliRawReaderHLT.cxx rec/AliHLTOUTHomerCollection.cxx rec/AliHLTEsdManagerImplementation.cxx rec/AliHLTDAQInterfaceImplementation.cxx rec/AliHLTOUTDigitReader.cxx rec/AliHLTOUTRawReader.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(HLTrec "${SRCS}" "${HDRS}")