]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/CMake_libRAWDatasim.txt
new method to retrieve the QAbit set. Requested by AMORE.
[u/mrichter/AliRoot.git] / RAW / CMake_libRAWDatasim.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliBitPacking.cxx
5AliAltroBuffer.cxx
5ca4e0a0 6AliAltroBufferV3.cxx
e969a926 7)
8
9# fill list of header files from list of source files
10# by exchanging the file extension
11String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13AddLibrary(RAWDatasim "${SRCS}" "${HDRS}")