]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_bindHLTdumpraw.txt
macro and flowevent maker to run part of the code in root
[u/mrichter/AliRoot.git] / HLT / CMake_bindHLTdumpraw.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4MUON/utils/dHLTdumpraw.cxx
5)
6
c037cde2 7Set(LIBS STEERBase ESD AOD RAWDatarec RAWDatasim CDB STEER HLTbase
e969a926 8 MUONevaluation MUONsim MUONrec MUONbase MUONtrigger MUONgeometry MUONraw
c037cde2 9 MUONcalib MUONmapping MUONcore AliHLTMUON AliHLTHOMER HLTshuttle RAWDatabase)
e969a926 10
11AddExecutable(dHLTdumpraw "${SRCS}" "${LIBS}")