]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPHIC/CMake_libTPHIC.txt
Modifications to eliminate the simulation parameters from
[u/mrichter/AliRoot.git] / TPHIC / CMake_libTPHIC.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 TPHICgen.cxx
5 AliGenTPHIC.cxx
6 )
7
8 set(FSRCS
9 tphic17.f
10 )
11
12 # fill list of header files from list of source files
13 # by exchanging the file extension
14 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16 Set(SRCS ${SRCS} ${FSRCS})
17 AddLibrary(TPHIC "${SRCS}" "${HDRS}")
18
19