]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/CMake_libACORDErec.txt
Unicor is lower case now (Stefan)
[u/mrichter/AliRoot.git] / ACORDE / CMake_libACORDErec.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliACORDEReconstructor.cxx
5AliACORDEQADataMakerRec.cxx
1093dbd7 6#AliACORDERecoParam.cxx
e969a926 7)
8
9# fill list of header files from list of source files
10# by exchanging the file extension
11String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13AddLibrary(ACORDErec "${SRCS}" "${HDRS}")