]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/CMake_libRAWDatasim.txt
Bug fix: the object counter should be never reset inside the raw-data root-ification...
[u/mrichter/AliRoot.git] / RAW / CMake_libRAWDatasim.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliBitPacking.cxx
5 AliAltroBuffer.cxx
6 )
7
8 # fill list of header files from list of source files
9 # by exchanging the file extension
10 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
11
12 AddLibrary(RAWDatasim "${SRCS}" "${HDRS}")