# -*- mode: cmake -*- set(SRCS comp/AliHLTCompAgent.cxx comp/AliHLTCompPreprocessor.cxx comp/AliHLTCompDefinitions.cxx comp/AliHLTCOMPHuffmanAltro.cxx comp/AliHLTCOMPHuffmanAltroComponent.cxx comp/AliHLTCOMPHuffmanCodeData.cxx comp/AliHLTCOMPHuffmanData.cxx comp/AliHLTCOMPHuffmanOccurrenceData.cxx comp/AliHLTCOMPHuffmanAltroCalibComponent.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(AliHLTComp "${SRCS}" "${HDRS}")