]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libHLTrec.txt
making AlitroChannelSelector more robust against DDL without payloads and zero length...
[u/mrichter/AliRoot.git] / HLT / CMake_libHLTrec.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 rec/AliHLTReconstructor.cxx
5 rec/AliRawReaderHLT.cxx
6 rec/AliHLTOUTHomerCollection.cxx
7 rec/AliHLTEsdManagerImplementation.cxx
8 rec/AliHLTOUTDigitReader.cxx
9 rec/AliHLTOUTRawReader.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(HLTrec "${SRCS}" "${HDRS}")