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