]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/CMake_libFMDutil.txt
Creating the TOFQA.root file before the QA histograms and the calibration tree (Chiara)
[u/mrichter/AliRoot.git] / FMD / CMake_libFMDutil.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliFMDInput.cxx
5 AliFMDDisplay.cxx
6 AliFMDPattern.cxx
7 AliFMDFancy.cxx
8 AliFMDCalibFaker.cxx
9 AliFMDAlignFaker.cxx
10 AliFMDAnaRing.cxx
11 AliFMDAnaESD.cxx
12 AliFMDBaseDA.cxx
13 AliFMDPedestalDA.cxx
14 AliFMDGainDA.cxx
15 )
16
17 # fill list of header files from list of source files
18 # by exchanging the file extension
19 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
20
21 AddLibrary(FMDutil "${SRCS}" "${HDRS}")