]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/CMake_libPWG3hfe.txt
Bug fix (S. Gorbunov).
[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
13 hfe/AliHFEpidMC.cxx
14 hfe/AliHFEextraCuts.cxx
15 hfe/AliHFEcuts.cxx
16)
17
18# fill list of header files from list of source files
19# by exchanging the file extension
20String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
21
22AddLibrary(PWG3hfe "${SRCS}" "${HDRS}")