]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_libHLTrec.txt
Making GetInputBlock method const.
[u/mrichter/AliRoot.git] / HLT / CMake_libHLTrec.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4rec/AliHLTReconstructor.cxx
5rec/AliRawReaderHLT.cxx
6rec/AliHLTOUTHomerCollection.cxx
7rec/AliHLTEsdManagerImplementation.cxx
8rec/AliHLTOUTDigitReader.cxx
9rec/AliHLTOUTRawReader.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(HLTrec "${SRCS}" "${HDRS}")