]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTComp.txt
update by Gaute:
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTComp.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 comp/AliHLTCompAgent.cxx
5 comp/AliHLTCompPreprocessor.cxx
6 comp/AliHLTCompDefinitions.cxx
7 comp/AliHLTCOMPHuffmanAltro.cxx
8 comp/AliHLTCOMPHuffmanAltroComponent.cxx
9 comp/AliHLTCOMPHuffmanCodeData.cxx
10 comp/AliHLTCOMPHuffmanData.cxx
11 comp/AliHLTCOMPHuffmanOccurrenceData.cxx
12 comp/AliHLTCOMPHuffmanAltroCalibComponent.cxx
13 )
14
15 # fill list of header files from list of source files
16 # by exchanging the file extension
17 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
18
19 AddLibrary(AliHLTComp "${SRCS}" "${HDRS}")