]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/CMake_libTRDsim.txt
gcc 4.3 warnings fixed
[u/mrichter/AliRoot.git] / TRD / CMake_libTRDsim.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliTRDpoints.cxx
5 AliTRDsimTR.cxx
6 AliTRD.cxx
7 AliTRDv1.cxx
8 AliTRDdigitizer.cxx
9 AliTRDQADataMakerSim.cxx
10 )
11
12 # fill list of header files from list of source files
13 # by exchanging the file extension
14 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16 AddLibrary(TRDsim "${SRCS}" "${HDRS}" "${HDRS}")