]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/CMakelibACORDEbase.pkg
TRD nSigma OADB related new codes and modifications and OADB root file -- Xianguo Lu
[u/mrichter/AliRoot.git] / ACORDE / CMakelibACORDEbase.pkg
CommitLineData
7330f0e5 1# -*- mode: CMake -*-
2
3set(SRCS
4 AliACORDEConstants.cxx
5 AliACORDECalibData.cxx
6 AliACORDERawReader.cxx
7 AliGenACORDE.cxx
8 AliACORDEQAChecker.cxx
9 AliACORDELoader.cxx
10 AliACORDEPreprocessor.cxx
11 AliACORDEdigit.cxx
12 AliACORDEDataDCS.cxx
13 AliACORDERawStream.cxx
14 AliACORDEAlign.cxx
15 )
6db31708 16
17string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
18
19set(DHDR ACORDEbaseLinkDef.h)
20
7330f0e5 21set(EINCLUDE STEER/STEER STEER/CDB STEER/ESD STEER/STEERBase RAW)
97587798 22
23set(EXPORT AliACORDERawStream.h)