]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ZDC/CMake_libZDCrec.txt
Creation of vertex constrained track parameters is moved to AliHLTVertexer,
[u/mrichter/AliRoot.git] / ZDC / CMake_libZDCrec.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliZDCReco.cxx
5AliZDCRecoParam.cxx
6AliZDCRecoParampp.cxx
7AliZDCRecoParamPbPb.cxx
8AliZDCReconstructor.cxx
9AliZDCQADataMakerRec.cxx
10)
11
12# fill list of header files from list of source files
13# by exchanging the file extension
14String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16AddLibrary(ZDCrec "${SRCS}" "${HDRS}")