# -*- mode: cmake -*- set(SRCS AliZDCReco.cxx AliZDCRecoParam.cxx AliZDCRecoParampp.cxx AliZDCRecoParamPbPb.cxx AliZDCReconstructor.cxx AliZDCQADataMakerRec.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(ZDCrec "${SRCS}" "${HDRS}")