]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2resonances.txt
CDB as from new DA
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2resonances.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4 RESONANCES/AliRsnMCInfo.cxx
5 RESONANCES/AliRsnDaughter.cxx
6 RESONANCES/AliRsnPairParticle.cxx
7 RESONANCES/AliRsnCut.cxx
8 RESONANCES/AliRsnExpression.cxx
9 RESONANCES/AliRsnCutSet.cxx
10 RESONANCES/AliRsnCutMgr.cxx
11 RESONANCES/AliRsnPID.cxx
12 RESONANCES/AliRsnPIDWeightsMgr.cxx
13 RESONANCES/AliRsnPIDIndex.cxx
14 RESONANCES/AliRsnEvent.cxx
15 RESONANCES/AliRsnReader.cxx
16 RESONANCES/AliRsnReaderTaskSE.cxx
17 RESONANCES/AliRsnPairDef.cxx
18 RESONANCES/AliRsnPairSimple.cxx
19 RESONANCES/AliRsnEventBuffer.cxx
20 RESONANCES/AliRsnAnalysisSimple.cxx
21 RESONANCES/AliRsnAnalyzerSimple.cxx
22 RESONANCES/AliRsnAnalysisSimpleTask.cxx
23)
24
25# fill list of header files from list of source files
26# by exchanging the file extension
27String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
28
29AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")
30