]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HMPID/CMake_libHMPIDrec.txt
28dd4dd0ce7353897e91de56bcf0337b9fae83b0
[u/mrichter/AliRoot.git] / HMPID / CMake_libHMPIDrec.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4   AliHMPIDReconstructor.cxx AliHMPIDtrack.cxx AliHMPIDTracker.cxx 
5         AliHMPIDRecon.cxx AliHMPIDRecoParam.cxx 
6         AliHMPIDReconHTA.cxx AliHMPIDPid.cxx 
7                 AliHMPIDQADataMakerRec.cxx
8 )
9
10 # fill list of header files from list of source files
11 # by exchanging the file extension
12 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14 AddLibrary(HMPIDrec "${SRCS}" "${HDRS}")
15