]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/CMake_binmchview.txt
ESD file is added to the list of proof output files. It is then automatically merged...
[u/mrichter/AliRoot.git] / MUON / CMake_binmchview.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 mchview.cxx
5 )
6
7 Set(LIBS STEERBase ESD AOD RAWDatarec STEER CDB Physics MUONmapping MUONcalib
8          MUONgeometry MUONtrigger RAWDatabase RAWDatasim MUONraw MUONbase
9          MUONshuttle MUONrec MUONgraphics MUONcore lhapdf pythia6 microcern)
10
11 AddExecutable(mchview "${SRCS}" "${LIBS}")