]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/CMake_libFMDflow.txt
Coding rule violations fixed.
[u/mrichter/AliRoot.git] / FMD / CMake_libFMDflow.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4flow/AliFMDFlowAxis.cxx
5flow/AliFMDFlowBessel.cxx
6flow/AliFMDFlowBin.cxx
7flow/AliFMDFlowBinned1D.cxx
8flow/AliFMDFlowBinned2D.cxx
9flow/AliFMDFlowEfficiency.cxx
10flow/AliFMDFlowEventPlane.cxx
11flow/AliFMDFlowHarmonic.cxx
12flow/AliFMDFlowResolution.cxx
13flow/AliFMDFlowTrue.cxx
14flow/AliFMDFlowSplitter.cxx
15)
16
17# fill list of header files from list of source files
18# by exchanging the file extension
19String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
20
21AddLibrary(FMDflow "${SRCS}" "${HDRS}")