]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/CMake_libPWG4omega3pi.txt
added method to check the whoole filter mask, not just one bit
[u/mrichter/AliRoot.git] / PWG4 / CMake_libPWG4omega3pi.txt
CommitLineData
9f831b2d 1# -*- mode: cmake -*-
2
3set(SRCS
4 omega3pi/AliAnalysisTaskOmegaPi0PiPi.cxx
5)
6
7# fill list of header files from list of source files
8# by exchanging the file extension
9String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
10
11AddLibrary(PWG4omega3pi "${SRCS}" "${HDRS}")
12