]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2ebye.txt
new energy distributions for 900 GeV
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2ebye.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4        EBYE/AliBalance.cxx 
5        EBYE/LRC/AliAnalysisTaskLRC.cxx 
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        EBYE/LRC/AliLRCProcess.cxx
12 )
13
14 # fill list of header files from list of source files
15 # by exchanging the file extension
16 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
17
18 AddLibrary(PWG2ebye "${SRCS}" "${HDRS}")
19
20