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