mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 14:49:17 +08:00
correction in include path
This commit is contained in:
parent
568b39bd5b
commit
5c3ec60fae
|
@ -402,7 +402,7 @@ else
|
||||||
@echo "Sample is ready - all dependencies have been met"
|
@echo "Sample is ready - all dependencies have been met"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
helper_multiprocess.o:../../common/src/helper_multiprocess.cpp
|
helper_multiprocess.o:../../Common/helper_multiprocess.cpp
|
||||||
$(EXEC) $(NVCC) $(INCLUDES) $(ALL_CCFLAGS) $(GENCODE_FLAGS) -o $@ -c $<
|
$(EXEC) $(NVCC) $(INCLUDES) $(ALL_CCFLAGS) $(GENCODE_FLAGS) -o $@ -c $<
|
||||||
|
|
||||||
streamOrderedAllocationIPC.o:streamOrderedAllocationIPC.cu
|
streamOrderedAllocationIPC.o:streamOrderedAllocationIPC.cu
|
||||||
|
|
Loading…
Reference in New Issue
Block a user