]> git.uio.no Git - u/mrichter/AliRoot.git/blob - DPMJET/CMake_libDPMJET.txt
Updating
[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 pythia6115dpm3.f
11 user3.0-5.f
12 openfile.f
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 Set(SRCS ${SRCS} ${FSRCS})
20
21 AddLibrary(dpmjet "${SRCS}" "${HDRS}")
22