]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STAT/CMake_libSTAT.txt
When Pt is bad defined (ex. no field), the multiple scattering effect is calculated...
[u/mrichter/AliRoot.git] / STAT / CMake_libSTAT.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
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
15 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
16
17 AddLibrary(STAT "${SRCS}" "${HDRS}" "${HDRS}")
18