]> git.uio.no Git - u/mrichter/AliRoot.git/blame - DPMJET/CMake_libDPMJET.txt
Commit new class - for external track comparison
[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
e969a926 10user3.0-5.f
11openfile.f
12)
13
14# fill list of header files from list of source files
15# by exchanging the file extension
16String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
17
18Set(SRCS ${SRCS} ${FSRCS})
19
20AddLibrary(dpmjet "${SRCS}" "${HDRS}")
21