]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_bindHLTdumpraw.txt
Compilation on Windoiws/Cygwin
[u/mrichter/AliRoot.git] / HLT / CMake_bindHLTdumpraw.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 MUON/utils/dHLTdumpraw.cxx
5 )
6
7 Set(LIBS STEERBase ESD AOD RAWDatabase RAWDatarec RAWDatasim CDB STEER HLTbase
8          MUONevaluation MUONsim MUONrec MUONbase MUONtrigger MUONgeometry MUONraw
9          MUONcalib MUONmapping MUONcore AliHLTMUON AliHLTHOMER HLTshuttle)
10
11 AddExecutable(dHLTdumpraw "${SRCS}" "${LIBS}")