]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/CMake_binalimdc.txt
fix problems in the efficiency plot (Markus)
[u/mrichter/AliRoot.git] / RAW / CMake_binalimdc.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4alimdc_main.cxx
5)
6
7Set(LIBS
8 AOD CDB ESD HLTbase ITSbase ITSrec ITSsim MDC MUONbase MUONcalib
9 MUONcore MUONevaluation MUONgeometry MUONmapping MUONraw MUONrec
10 MUONsim MUONtrigger RAWDatabase RAWDatarec RAWDatasim STEER
11 STEERBase TPCbase TPCrec TPCsim)
12
13AddExecutable(alimdc "${SRCS}" "${LIBS}")
14