]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/CMake_libPWG3hfe.txt
Added a check for the existence of OCDB entries used by AliTPCTransform. These are...
[u/mrichter/AliRoot.git] / PWG3 / CMake_libPWG3hfe.txt
1 # -*- mode: cmake -*-
2
3 set(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
17 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
18
19 AddLibrary(PWG3hfe "${SRCS}" "${HDRS}")