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