]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/CMakelibACORDErec.pkg
Moving the classes that belong to the following libraries: STEERBase, ESD, CDB, AOD...
[u/mrichter/AliRoot.git] / ACORDE / CMakelibACORDErec.pkg
index edaa50fa16f2d8333c4f82d1a069faaf943513b7..e453a244e73a339e30822186f9c8f142030f651c 100644 (file)
@@ -1,11 +1,13 @@
-set ( SRCS  AliACORDEReconstructor.cxx AliACORDEQADataMakerRec.cxx AliACORDERecoParam.cxx)
+# -*- mode: CMake -*-
+
+set ( SRCS
+    AliACORDEReconstructor.cxx 
+    AliACORDEQADataMakerRec.cxx 
+    AliACORDERecoParam.cxx
+    )
 
 string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
 
 set ( DHDR ACORDErecLinkDef.h)
 
-set ( EINCLUDE  RAW)
-
-if(ALICE_TARGET STREQUAL "win32gcc")
-set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lACORDEbase -lSTEERBase -lESD -lSTEER )
-endif(ALICE_TARGET STREQUAL "win32gcc")
+set ( EINCLUDE  STEER/STEER STEER/STEERBase RAW)