]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FASTSIM/CMake_libFASTSIM.txt
adding libAliHLTMUON to trigger lib dependencies
[u/mrichter/AliRoot.git] / FASTSIM / CMake_libFASTSIM.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliFastDetector.cxx
5AliFastResponse.cxx
6AliFastParticle.cxx
7AliFastEvent.cxx
8AliFastMuonTrackingAcc.cxx
9AliFastMuonTrackingEff.cxx
10AliFastMuonTrackingRes.cxx
11AliFastMuonTriggerEff.cxx
12AliMUONFastTracking.cxx
13AliMUONFastTrackingEntry.cxx
14AliFastGlauber.cxx
15AliQuenchingWeights.cxx
16)
17
18# fill list of header files from list of source files
19# by exchanging the file extension
20String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
21
22AddLibrary(FASTSIM "${SRCS}" "${HDRS}")
23