]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MICROCERN/CMake_libMICROCERN.txt
Update to facilitate merging
[u/mrichter/AliRoot.git] / MICROCERN / CMake_libMICROCERN.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3Set(SRCS)
4
5set(CSRCS
6geteni.c
7fchput.c
8fchtak.c
9dummies.c
10)
11
12set(FSRCS
13cltou.F
14gamma.F
15gamma64.F
16sortzv.F
17ufill.F
18fint.F
19abend.F
20cfill.F
21mtlprt.F
22mtlset.F
23kerset.F
24gauss.F
25getenvf.F
26gauss64.F
27)
28
29
30# fill list of header files from list of source files
31# by exchanging the file extension
32String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
33
34Set(SRCS ${SRCS} ${FSRCS} ${CSRCS})
35
36AddLibrary(microcern "${SRCS}" "${HDRS}")
37