]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/CMake_libFMDutil.txt
No need to liknk with lhapdf, pythia6 and microcern libraries
[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 AliFMDBackgroundCorrection.cxx
16 )
17
18 # fill list of header files from list of source files
19 # by exchanging the file extension
20 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
21
22 AddLibrary(FMDutil "${SRCS}" "${HDRS}")