]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/CMake_binalirawdump.txt
Getter for the total number of events in a raw-data file or collection (chain). For...
[u/mrichter/AliRoot.git] / RAW / CMake_binalirawdump.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4alirawdump_main.cxx
5)
6
7Set(LIBS
8 STEERBase ESD AOD RAWDatabase RAWDatarec RAWDatasim MDC CDB STEER TPCbase
9 TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONevaluation MUONsim MUONrec
10 MUONbase MUONtrigger MUONgeometry MUONraw MUONcalib MUONmapping MUONcore)
11
12AddExecutable(alirawdump "${SRCS}" "${LIBS}")