git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial version of the RCU ALTRO V3 format encoder. It derives from the old encoder...
[u/mrichter/AliRoot.git]
/
RAW
/
CMake_libRAWDatasim.txt
1
# -*- mode: cmake -*-
2
3
set(SRCS
4
AliBitPacking.cxx
5
AliAltroBuffer.cxx
6
AliAltroBufferV3.cxx
7
)
8
9
# fill list of header files from list of source files
10
# by exchanging the file extension
11
String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13
AddLibrary(RAWDatasim "${SRCS}" "${HDRS}")