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