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