]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2ebye.txt
Adding some further mother volumes to speed-up the overlap checking and particle...
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2ebye.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4        EBYE/AliBalance.cxx 
5        EBYE/LRC/AliLRCAnalysis.cxx 
6        EBYE/LRC/AliLRCFit.cxx 
7        EBYE/LRC/AliLRCNN.cxx 
8        EBYE/LRC/AliLRCPtN.cxx 
9        EBYE/LRC/AliLRCPtPt.cxx
10 )
11
12 # fill list of header files from list of source files
13 # by exchanging the file extension
14 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16 AddLibrary(PWG2ebye "${SRCS}" "${HDRS}")
17
18