]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/CMake_libAliPythia6.txt
Private path removed.
[u/mrichter/AliRoot.git] / PYTHIA6 / CMake_libAliPythia6.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliPythiaBase.cxx AliPythia.cxx AliPythia6.cxx AliGenPythia.cxx AliGenPythiaPlus.cxx AliDecayerPythia.cxx
5 )
6
7 set(FSRCS
8 openDecayTable.F
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 Set(SRCS ${SRCS} ${FSRCS})
15
16 AddLibrary(AliPythia6 "${SRCS}" "${HDRS}")
17