]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/CMake_binalirawdump.txt
fix problems in the efficiency plot (Markus)
[u/mrichter/AliRoot.git] / RAW / CMake_binalirawdump.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 alirawdump_main.cxx
5 )
6
7 Set(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
12 AddExecutable(alirawdump "${SRCS}" "${LIBS}")