]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STAT/CMake_libSTAT.txt
Make and print an image of QA user flagged histograms (Yves)
[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