# -*- mode: cmake -*- set(SRCS TPCLib/calibration/AliHLTTPCCalibrationComponent.h TPCLib/calibration/AliHLTTPCAnalysisTaskcalib.h TPCLib/calibration/AliHLTTPCCalibSeedMakerComponent.h TPCLib/calibration/AliHLTTPCCalibTimeComponent.h TPCLib/calibration/AliHLTTPCCalibTimeGainComponent.h TPCLib/calibration/AliHLTTPCCalibrationAgent.h ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(AliHLTTPCCalibration "${SRCS}" "${HDRS}")