]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ZDC/CMake_libZDCrec.txt
Updated DAs for LASER and EMD runs
[u/mrichter/AliRoot.git] / ZDC / CMake_libZDCrec.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliZDCReco.cxx
5 AliZDCRecoParam.cxx 
6 AliZDCRecoParampp.cxx 
7 AliZDCRecoParamPbPb.cxx 
8 AliZDCReconstructor.cxx 
9 AliZDCQADataMakerRec.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(ZDCrec "${SRCS}" "${HDRS}")