]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STAT/CMake_libSTAT.txt
No need to liknk with lhapdf, pythia6 and microcern libraries
[u/mrichter/AliRoot.git] / STAT / CMake_libSTAT.txt
1 # -*- mode: cmake -*-
2
3 set(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
16 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
17
18 AddLibrary(STAT "${SRCS}" "${HDRS}" "${HDRS}")
19