]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libHLTrec.txt
adding common functionality for the magnetic field to the component interface
[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/AliHLTDAQInterfaceImplementation.cxx
9 rec/AliHLTOUTDigitReader.cxx
10 rec/AliHLTOUTRawReader.cxx
11 )
12
13 # fill list of header files from list of source files
14 # by exchanging the file extension
15 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
16
17 AddLibrary(HLTrec "${SRCS}" "${HDRS}")