git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Updated flags for low flux case (A. Dainese)
[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