]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/CMake_libACORDErec.txt
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / ACORDE / CMake_libACORDErec.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliACORDEReconstructor.cxx
5AliACORDEQADataMakerRec.cxx
6)
7
8# fill list of header files from list of source files
9# by exchanging the file extension
10String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
11
12AddLibrary(ACORDErec "${SRCS}" "${HDRS}")