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