]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ANALYSIS/CMake_binaliengui.txt
022368b5e23807912c47e4cc5a9f85d9e9577c71
[u/mrichter/AliRoot.git] / ANALYSIS / CMake_binaliengui.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 Aliengui/aliengui_main/aliengui_main.cxx
5 )
6
7 Set(LIBS Aliengui MUONevaluation MUONgeometry MUONrec MUONsim MUONbase 
8          MUONtrigger MUONraw MUONcalib MUONmapping MUONcore TPCbase TPCsim 
9          TPCrec TPCfast ITSbase ITSsim ITSrec PMDbase PMDsim PMDrec TRDbase 
10          TRDsim TRDrec TRDfast FMDbase FMDsim FMDrec TOFbase TOFrec TOFsim 
11          PHOSUtils PHOSbase PHOSsim PHOSrec ACORDEbase ACORDEsim ACORDErec HMPIDbase 
12          HMPIDrec HMPIDsim ZDCbase ZDCsim ZDCrec VZERObase VZEROsim VZEROrec 
13          EMCALbase EMCALsim EMCALrec STRUCT T0base T0sim T0rec EVGEN STEERBase 
14          ESD AOD CDB STEER THijing hijing THbtp TEPEMGEN FASTSIM microcern 
15          RAWDatabase RAWDatarec RAWDatasim HLTbase ANALYSIS ANALYSISalice)
16
17 AddExecutable(alienguiexe "${SRCS}" "${LIBS}")