]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/CMake_binderoot.txt
adding libAliHLTMUON to trigger lib dependencies
[u/mrichter/AliRoot.git] / MONITOR / CMake_binderoot.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4root2date.cxx
5deroot.cxx
6)
7
8Set(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
13AddExecutable(deroot "${SRCS}" "${LIBS}")