]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/CMakelibACORDErec.pkg
Install a new script
[u/mrichter/AliRoot.git] / ACORDE / CMakelibACORDErec.pkg
CommitLineData
7330f0e5 1# -*- mode: CMake -*-
2
3set ( SRCS
4 AliACORDEReconstructor.cxx
5 AliACORDEQADataMakerRec.cxx
6 AliACORDERecoParam.cxx
7 )
6db31708 8
9string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
10
11set ( DHDR ACORDErecLinkDef.h)
12
7330f0e5 13set ( EINCLUDE STEER/STEER STEER/STEERBase RAW)