]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/CMake_libPWG3hfe.txt
Fixing memory leak (Rossella)
[u/mrichter/AliRoot.git] / PWG3 / CMake_libPWG3hfe.txt
CommitLineData
8324a835 1# -*- mode: cmake -*-
2
3set(SRCS
4 hfe/AliHFEcollection.cxx
e8e0be60 5 hfe/AliHFEmcQA.cxx
6 hfe/AliHFEsecVtx.cxx
7 hfe/AliHFEpriVtx.cxx
8324a835 8 hfe/AliHFEpid.cxx
9 hfe/AliHFEpidBase.cxx
47df7208 10 hfe/AliHFEpidITS.cxx
8324a835 11 hfe/AliHFEpidTPC.cxx
12 hfe/AliHFEpidTRD.cxx
13 hfe/AliHFEpidTOF.cxx
14 hfe/AliHFEpidMC.cxx
15 hfe/AliHFEextraCuts.cxx
16 hfe/AliHFEcuts.cxx
637206e1 17 hfe/AliAnalysisTaskHFE.cxx
8324a835 18)
19
20# fill list of header files from list of source files
21# by exchanging the file extension
22String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
23
24AddLibrary(PWG3hfe "${SRCS}" "${HDRS}")