]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/CMakelibACORDEbase.pkg
Completely reengineered version of CMake build system (Johny)
[u/mrichter/AliRoot.git] / ACORDE / CMakelibACORDEbase.pkg
CommitLineData
6db31708 1set(SRCS AliACORDEConstants.cxx AliACORDECalibData.cxx AliACORDERawReader.cxx
2 AliGenACORDE.cxx AliACORDEQAChecker.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx )
3
4string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
5
6set(DHDR ACORDEbaseLinkDef.h)
7
8set(EINCLUDE RAW)
9
10if(ALICE_TARGET STREQUAL win32gcc)
11 set(PACKSOFLAGS -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET}
12 -lSTEER -lCDB -lSTEERBase -lRAWDatarec -lRAWDatabase
13 -L${ROOTLIBDIR} -lGeom )
14endif(ALICE_TARGET STREQUAL win32gcc)
15
16