]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/CMakelibACORDErec.pkg
Update mini-task with big output flag and add current status macros
[u/mrichter/AliRoot.git] / ACORDE / CMakelibACORDErec.pkg
CommitLineData
6db31708 1set ( SRCS AliACORDEReconstructor.cxx AliACORDEQADataMakerRec.cxx AliACORDERecoParam.cxx)
2
3string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
4
5set ( DHDR ACORDErecLinkDef.h)
6
7set ( EINCLUDE RAW)
8
9if(ALICE_TARGET STREQUAL "win32gcc")
10set ( PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lACORDEbase -lSTEERBase -lESD -lSTEER )
11endif(ALICE_TARGET STREQUAL "win32gcc")