]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/CMake_binalimdc.txt
Merging of the three alignment macros into one
[u/mrichter/AliRoot.git] / RAW / CMake_binalimdc.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 alimdc_main.cxx
5 )
6
7 Set(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
13 AddExecutable(alimdc "${SRCS}" "${LIBS}")
14