]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - ACORDE/CMakelibACORDEbase.pkg
ALIROOT-5554 ATO-19 - fix to handle change of user interface in ROOT TFormula + UnitT...
[u/mrichter/AliRoot.git] / ACORDE / CMakelibACORDEbase.pkg
... / ...
CommitLineData
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 )
16
17string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
18
19set(DHDR ACORDEbaseLinkDef.h)
20
21set(EINCLUDE STEER/STEER STEER/CDB STEER/ESD STEER/STEERBase RAW)
22
23set(EXPORT AliACORDERawStream.h)