]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/CMake_libVZEROrec.txt
Technical fix for bug #58138: VZERO breaks in AliVZEROTrending::~AliVZEROTrending()
[u/mrichter/AliRoot.git] / VZERO / CMake_libVZEROrec.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliVZEROReconstructor.cxx
5 AliVZERORawStream.cxx
6 AliVZEROQADataMakerRec.cxx
7 AliVZEROTriggerMask.cxx
8 )
9
10 # fill list of header files from list of source files
11 # by exchanging the file extension
12 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14 AddLibrary(VZEROrec "${SRCS}" "${HDRS}")
15