]>
Commit | Line | Data |
---|---|---|
6db31708 | 1 | list(APPEND SRCS AliACORDE.cxx AliACORDEv1.cxx AliACORDEhit.cxx |
2 | AliACORDEDigitizer.cxx AliACORDETrigger.cxx | |
3 | AliACORDERawData.cxx AliACORDEQADataMakerSim.cxx | |
4 | AliACORDEv0.cxx) | |
5 | ||
6 | string(REPLACE ".cxx" ".h" HDRS "${SRCS}") | |
7 | ||
8 | set(DHDR ACORDEsimLinkDef.h) | |
9 | ||
10 | if(ALICE_TARGET STREQUAL "win32gcc") | |
11 | ||
12 | set(PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} | |
13 | -lACORDEbase -lSTEER -lCDB -lSTEERBase | |
14 | -lRAWDatabase | |
15 | -L${ROOTLIBDIR} -lVMC -lGeom ) | |
16 | ||
17 | endif(ALICE_TARGET STREQUAL "win32gcc") |