]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTTPCCalibration.txt
- set the specific storage for the GRP entry
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTTPCCalibration.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4   TPCLib/calibration/AliHLTTPCCalibrationComponent.h 
5   TPCLib/calibration/AliHLTTPCAnalysisTaskcalib.h 
6   TPCLib/calibration/AliHLTTPCCalibSeedMakerComponent.h
7   TPCLib/calibration/AliHLTTPCCalibTimeComponent.h 
8   TPCLib/calibration/AliHLTTPCCalibTimeGainComponent.h
9   TPCLib/calibration/AliHLTTPCCalibrationAgent.h
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(AliHLTTPCCalibration "${SRCS}" "${HDRS}")
17
18
19
20
21
22
23