]> git.uio.no Git - u/mrichter/AliRoot.git/blame - VZERO/CMake_libVZEROrec.txt
Changed default values of cuts
[u/mrichter/AliRoot.git] / VZERO / CMake_libVZEROrec.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliVZEROReconstructor.cxx
5AliVZERORawStream.cxx
6AliVZEROQADataMakerRec.cxx
7AliVZEROTriggerMask.cxx
8)
9
10# fill list of header files from list of source files
11# by exchanging the file extension
12String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14AddLibrary(VZEROrec "${SRCS}" "${HDRS}")
15