]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/CMake_libACORDErec.txt
Transfer of the initialisation of the QA Data objects in the framework; clean the...
[u/mrichter/AliRoot.git] / ACORDE / CMake_libACORDErec.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliACORDEReconstructor.cxx
5AliACORDEQADataMakerRec.cxx
b9d8fab0 6AliACORDERecoParam.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}")