]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/CMake_binalirawdump.txt
Bug fix. Sorting out the issue with the ownership of the DATE event in the memory...
[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}")