]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/CMake_libPWG3hfe.txt
update by Gaute:
[u/mrichter/AliRoot.git] / PWG3 / CMake_libPWG3hfe.txt
CommitLineData
8324a835 1# -*- mode: cmake -*-
2
3set(SRCS
4 hfe/AliHFEcollection.cxx
5 hfe/AliHFEpid.cxx
6 hfe/AliHFEpidBase.cxx
7 hfe/AliHFEpidTPC.cxx
8 hfe/AliHFEpidTRD.cxx
9 hfe/AliHFEpidTOF.cxx
10 hfe/AliHFEpidMC.cxx
11 hfe/AliHFEextraCuts.cxx
12 hfe/AliHFEcuts.cxx
13)
14
15# fill list of header files from list of source files
16# by exchanging the file extension
17String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
18
19AddLibrary(PWG3hfe "${SRCS}" "${HDRS}")