]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTCalo.txt
- fixing wrong naming in class
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTCalo.txt
1 # -*- mode: cmake -*-
2 # $Id: CMake_libAliHLTCALO.txt 34927 2009-09-22 12:48:47Z richterm $
3
4 set(SRCS
5 CALO/AliHLTCaloAltroConfig.cxx
6 CALO/AliHLTCaloBase.cxx
7 CALO/AliHLTCaloConfig.cxx
8 CALO/AliHLTCaloMapper.cxx
9 CALO/AliHLTCaloRawAnalyzerChiSquareFit.cxx
10 CALO/AliHLTCaloRawAnalyzerComponentv2.cxx
11 CALO/AliHLTCaloRawAnalyzerComponentv3.cxx
12 CALO/AliHLTCaloRawAnalyzerCrudeComponent.cxx
13 CALO/AliHLTCaloRawAnalyzerCrude.cxx
14 CALO/AliHLTCaloRawAnalyzer.cxx
15 CALO/AliHLTCaloRawAnalyzerPeakFinderComponent.cxx
16 CALO/AliHLTCaloRawAnalyzerPeakFinder.cxx
17 CALO/AliHLTCaloUtilities.cxx
18 )
19
20 # fill list of header files from list of source files
21 # by exchanging the file extension
22 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
23
24 AddLibrary(AliHLTCalo "${SRCS}" "${HDRS}")