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