]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/CMake_libTRDfast.txt
Coding rules
[u/mrichter/AliRoot.git] / TRD / CMake_libTRDfast.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4)
5
6# fill list of header files from list of source files
7# by exchanging the file extension
8String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
9
10AddLibrary(TRDfast "${SRCS}" "${HDRS}")