]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/CMake_binderoot.txt
Hotfix for online display GUI application (Matevz)
[u/mrichter/AliRoot.git] / MONITOR / CMake_binderoot.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 root2date.cxx
5 deroot.cxx
6 )
7
8 Set(LIBS STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase
9          TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase
10          MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation
11          MUONcore)
12
13 AddExecutable(deroot "${SRCS}" "${LIBS}")