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