]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - ALIROOT/CMake_binaliroot.txt
more coding convention fixes
[u/mrichter/AliRoot.git] / ALIROOT / CMake_binaliroot.txt
... / ...
CommitLineData
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
11 TOFbase TOFrec TOFsim PHOSUtils PHOSbase PHOSsim PHOSrec ACORDEbase ACORDEsim
12 ACORDErec HMPIDbase HMPIDrec HMPIDsim ZDCbase ZDCsim ZDCrec VZERObase
13 VZEROsim VZEROrec EMCALUtils 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 TRIGGERbase)
16
17AddExecutable(aliroot "${SRCS}" "${LIBS}")
18