]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/CMake_binalieve.txt
First pass of changes required for visualization of event-embedding.
[u/mrichter/AliRoot.git] / EVE / CMake_binalieve.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4alieve_main/alieve_main.cxx
5)
6
7Set(LIBS EveBase EveDet EveHLT MUONbase MUONevaluation MUONmapping MUONshuttle
8 MUONcalib MUONgeometry MUONraw MUONsim MUONcore MUONgraphics MUONrec
9 MUONtrigger TPCbase TPCsim TPCrec TPCfast ITSbase ITSsim ITSrec PMDbase
10 PMDsim PMDrec TRDbase TRDsim TRDrec TRDfast FMDbase FMDsim FMDrec TOFbase
11 TOFrec TOFsim PHOSbase PHOSsim PHOSrec ACORDEbase ACORDEsim ACORDErec
12 HMPIDbase HMPIDrec HMPIDsim ZDCbase ZDCsim ZDCrec VZERObase VZEROsim
13 VZEROrec EMCALbase EMCALsim EMCALrec BCM STRUCT T0base T0sim T0rec EVGEN
14 STEERBase ESD AOD CDB STEER THijing hijing TEPEMGEN FASTSIM microcern
f7d3fd75 15 RAWDatabase RAWDatarec RAWDatasim HLTbase)
e969a926 16
17AddExecutable(alieve "${SRCS}" "${LIBS}")