]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STAT/CMake_libSTAT.txt
TKDTree now in Root
[u/mrichter/AliRoot.git] / STAT / CMake_libSTAT.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
e969a926 4 TKDInterpolatorBase.cxx
5 TKDNodeInfo.cxx
6 TKDPDF.cxx
7 TKDInterpolator.cxx
8 TKDSpline.cxx
9 AliTMinuitToolkit.cxx
10 TStatToolkit.cxx
11)
12
13# fill list of header files from list of source files
14# by exchanging the file extension
15String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
16
17AddLibrary(STAT "${SRCS}" "${HDRS}" "${HDRS}")
18