# -*- mode: cmake -*- set(SRCS FLOW/AliFlowEventSimple.cxx FLOW/AliFlowTrackSimple.cxx FLOW/AliFlowTrackSimpleCuts.cxx FLOW/AliFlowCommonConstants.cxx FLOW/AliFlowLYZConstants.cxx FLOW/AliFlowCumuConstants.cxx FLOW/AliFlowCommonHist.cxx FLOW/AliFlowCommonHistResults.cxx FLOW/AliFlowLYZHist1.cxx FLOW/AliFlowLYZHist2.cxx FLOW/AliFlowVector.cxx FLOW/AliFlowLYZEventPlane.cxx FLOW/AliFlowEventSimpleMaker.cxx FLOW/AliFlowAnalysisWithScalarProduct.cxx FLOW/AliFlowAnalysisWithMCEventPlane.cxx FLOW/AliFlowAnalysisWithLYZEventPlane.cxx FLOW/AliFlowAnalysisWithLeeYangZeros.cxx FLOW/AliFlowAnalysisWithCumulants.cxx FLOW/AliFlowAnalysisWithQCumulants.cxx FLOW/AliAnalysisTaskScalarProduct.cxx FLOW/AliAnalysisTaskMCEventPlane.cxx FLOW/AliAnalysisTaskLYZEventPlane.cxx FLOW/AliAnalysisTaskCumulants.cxx FLOW/AliAnalysisTaskQCumulants.cxx FLOW/AliAnalysisTaskLeeYangZeros.cxx FLOW/AliCumulantsFunctions.cxx FLOW/AliQCumulantsFunctions.cxx FLOW/AliAnalysisTaskFittingQDistribution.cxx FLOW/AliFittingFunctionsForQDistribution.cxx FLOW/AliFittingQDistribution.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(PWG2flow "${SRCS}" "${HDRS}")