]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ACORDE/CMakelibACORDErec.pkg
2D Centrality files
[u/mrichter/AliRoot.git] / ACORDE / CMakelibACORDErec.pkg
1 set ( SRCS  AliACORDEReconstructor.cxx AliACORDEQADataMakerRec.cxx AliACORDERecoParam.cxx)
2
3 string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
4
5 set ( DHDR ACORDErecLinkDef.h)
6
7 set ( EINCLUDE  RAW)
8
9 if(ALICE_TARGET STREQUAL "win32gcc")
10 set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lACORDEbase -lSTEERBase -lESD -lSTEER )
11 endif(ALICE_TARGET STREQUAL "win32gcc")