]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/CMake_libTRDsim.txt
Updated list of files
[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 AliTRDTrigger.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}")