]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/CMake_libTPCsim.txt
Adding simple example to load default debug streamer
[u/mrichter/AliRoot.git] / TPC / CMake_libTPCsim.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliTPC.cxx
5 AliTPCv0.cxx
6 AliTPCv1.cxx
7 AliTPCv2.cxx
8 AliTPCv3.cxx
9 AliTPCv4.cxx
10 AliTPCLaser.cxx
11 AliTPCTrackHitsV2.cxx
12 AliTPCDigitizer.cxx
13 AliTPCBuffer.cxx
14 AliTPCDDLRawData.cxx
15 AliTPCQADataMakerSim.cxx
16 )
17
18 # fill list of header files from list of source files
19 # by exchanging the file extension
20 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
21
22 AddLibrary(TPCsim "${SRCS}" "${HDRS}")
23