# -*- mode: cmake -*- set(SRCS AliFastDetector.cxx AliFastResponse.cxx AliFastParticle.cxx AliFastEvent.cxx AliFastMuonTrackingAcc.cxx AliFastMuonTrackingEff.cxx AliFastMuonTrackingRes.cxx AliFastMuonTriggerEff.cxx AliMUONFastTracking.cxx AliMUONFastTrackingEntry.cxx AliFastGlauber.cxx AliQuenchingWeights.cxx ) # fill list of header files from list of source files # by exchanging the file extension String(REPLACE ".cxx" ".h" HDRS "${SRCS}") AddLibrary(FASTSIM "${SRCS}" "${HDRS}")