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
Preliminary files for CMake
[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