]> git.uio.no Git - u/mrichter/AliRoot.git/blob - DPMJET/CMake_libDPMJET.txt
Technical fix: additional protection in the printout
[u/mrichter/AliRoot.git] / DPMJET / CMake_libDPMJET.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliDpmJetRndm.cxx
5 )
6
7 set(FSRCS
8 dpmjet3.0-5.f
9 phojet1.12-35c3.f
10 user3.0-5.f
11 openfile.f
12 )
13
14 # fill list of header files from list of source files
15 # by exchanging the file extension
16 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
17
18 Set(SRCS ${SRCS} ${FSRCS})
19
20 AddLibrary(dpmjet "${SRCS}" "${HDRS}")
21