]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/CMake_libPWG3hfe.txt
Since it contains fixes of coding rule violations, all classes are involved. Further...
[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
10 hfe/AliHFEpidTPC.cxx
11 hfe/AliHFEpidTRD.cxx
12 hfe/AliHFEpidTOF.cxx
637206e1 13 hfe/AliHFEpidESD.cxx
8324a835 14 hfe/AliHFEpidMC.cxx
15 hfe/AliHFEextraCuts.cxx
16 hfe/AliHFEcuts.cxx
637206e1 17 hfe/AliAnalysisTaskHFE.cxx
18 hfe/AliAnalysisElectronTask.cxx
8324a835 19)
20
21# fill list of header files from list of source files
22# by exchanging the file extension
23String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
24
25AddLibrary(PWG3hfe "${SRCS}" "${HDRS}")