]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/CMake_libFMDflow.txt
Preliminary files for CMake
[u/mrichter/AliRoot.git] / FMD / CMake_libFMDflow.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 flow/AliFMDFlowAxis.cxx
5 flow/AliFMDFlowBessel.cxx
6 flow/AliFMDFlowBin.cxx
7 flow/AliFMDFlowBinned1D.cxx
8 flow/AliFMDFlowBinned2D.cxx
9 flow/AliFMDFlowEfficiency.cxx
10 flow/AliFMDFlowEventPlane.cxx
11 flow/AliFMDFlowHarmonic.cxx
12 flow/AliFMDFlowResolution.cxx
13 flow/AliFMDFlowTrue.cxx
14 flow/AliFMDFlowSplitter.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(FMDflow "${SRCS}" "${HDRS}")