# -*- mode: cmake -*- set(SRCS omega3pi/AliAnalysisTaskOmegaPi0PiPi.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(PWG4omega3pi "${SRCS}" "${HDRS}")