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