# -*- mode: cmake -*- set(SRCS TKDInterpolatorBase.cxx TKDNodeInfo.cxx TKDPDF.cxx TKDInterpolator.cxx TKDSpline.cxx AliTMinuitToolkit.cxx TStatToolkit.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(STAT "${SRCS}" "${HDRS}" "${HDRS}")