]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/CMake_libTRDsim.txt
Changed default values of cuts
[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 AliTRDTriggerL0.cxx
11 AliTRDTriggerL1.cxx
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 AddLibrary(TRDsim "${SRCS}" "${HDRS}" "${HDRS}")