]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FASTSIM/CMake_libFASTSIM.txt
Using GRP instead of local setters. Creation of AOD for from the RAW ESDs. No need...
[u/mrichter/AliRoot.git] / FASTSIM / CMake_libFASTSIM.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliFastDetector.cxx
5 AliFastResponse.cxx
6 AliFastParticle.cxx
7 AliFastEvent.cxx
8 AliFastMuonTrackingAcc.cxx
9 AliFastMuonTrackingEff.cxx
10 AliFastMuonTrackingRes.cxx
11 AliFastMuonTriggerEff.cxx
12 AliMUONFastTracking.cxx
13 AliMUONFastTrackingEntry.cxx
14 AliFastGlauber.cxx
15 AliQuenchingWeights.cxx
16 )
17
18 # fill list of header files from list of source files
19 # by exchanging the file extension
20 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
21
22 AddLibrary(FASTSIM "${SRCS}" "${HDRS}")
23