]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2ebye.txt
1.The QA data created on demand according to the event species at filling time. 2...
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2ebye.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4 EBYE/AliBalance.cxx
0127814c 5 EBYE/LRC/AliAnalysisTaskLRC.cxx
e969a926 6 EBYE/LRC/AliLRCAnalysis.cxx
7 EBYE/LRC/AliLRCFit.cxx
8 EBYE/LRC/AliLRCNN.cxx
9 EBYE/LRC/AliLRCPtN.cxx
10 EBYE/LRC/AliLRCPtPt.cxx
11)
12
13# fill list of header files from list of source files
14# by exchanging the file extension
15String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
16
17AddLibrary(PWG2ebye "${SRCS}" "${HDRS}")
18
19