]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/CMake_binmonitorGDC.txt
Bug #55488: Better messsaging in the online reco GUI. Change in the ECS policy -...
[u/mrichter/AliRoot.git] / MONITOR / CMake_binmonitorGDC.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4monitorGDC.cxx
5)
6
7Set(LIBS STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase
8 TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase
9 MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation
10 MUONcore)
11
12AddExecutable(monitorGDC "${SRCS}" "${LIBS}")