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