]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libAliHLTTPC.conf
update from David Rohr: the CATrackerComponent now supports multiple slices
[u/mrichter/AliRoot.git] / HLT / libAliHLTTPC.conf
CommitLineData
d3207757 1#-*- Mode: Makefile -*-
2# $Id$
3#GPU Tracker Build for the libAliHLTTPC
4
5ifdef NVCC
d4594e7d 6ELIBS += cudart
7ELIBSDIR += $(NVCC:/bin/nvcc=/lib64)
8MODULE_CUHDRS += $(TRACKING_CA) tracking-ca/AliHLTTPCCAGPUTracker.h
9MODULE_CUSRCS += tracking-ca/AliHLTTPCCAGPUTrackerNVCC.cu
10EDEFINE += -DBUILD_GPU
d3207757 11endif
12