]> git.uio.no Git - u/mrichter/AliRoot.git/blob - THijing/CMake_libTHijing.txt
Bug fix. This eliminates a compilation warning. (R. Shahoyan)
[u/mrichter/AliRoot.git] / THijing / CMake_libTHijing.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 THijing.cxx
5 AliGenHijing.cxx
6 AliGenBeamGasNew.cxx
7 )
8
9 # fill list of header files from list of source files
10 # by exchanging the file extension
11 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13 AddLibrary(THijing "${SRCS}" "${HDRS}")
14