# -*- mode: cmake -*- set(SRCS AliHMPIDReconstructor.cxx AliHMPIDtrack.cxx AliHMPIDTracker.cxx AliHMPIDRecon.cxx AliHMPIDRecoParam.cxx AliHMPIDReconHTA.cxx AliHMPIDPid.cxx AliHMPIDQADataMakerRec.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(HMPIDrec "${SRCS}" "${HDRS}")