]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2evchar.txt
Included also 3 and 4 prong decays; added variables to ntuple
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2evchar.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4       EVCHAR/AliAnalysisTaskSPDdNdEta.cxx
5 )
6
7 # fill list of header files from list of source files
8 # by exchanging the file extension
9 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
10
11 AddLibrary(PWG2evchar "${SRCS}" "${HDRS}")
12