]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEPEMGEN/CMake_libTEPEMGEN.txt
added macro CheckTimeRawData.C to check time from raw data using AliTOFRawStream...
[u/mrichter/AliRoot.git] / TEPEMGEN / CMake_libTEPEMGEN.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 TEpEmGen.cxx
5 AliGenEpEmv1.cxx
6 )
7
8 set(FSRCS
9 epemgen.f
10 diffcross.f
11 dtrint.f
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 Set(SRCS ${SRCS} ${FSRCS})
19
20 AddLibrary(TEPEMGEN "${SRCS}" "${HDRS}")
21