Skip to content
Snippets Groups Projects
Commit 76da0441 authored by Simone Bna's avatar Simone Bna
Browse files

Using EXE_INC variable instead of LIB_HEADER_DIRS in nvcc wmake

parent e426bb09
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ NVCC = nvcc -std=c++14 --compiler-options='-fPIC' -arch=sm_$(NVARCH)
cuFLAGS = -O3
cutoo = $(WM_SCHEDULER) $(NVCC) $(cuFLAGS) -I$(*D) $(LIB_HEADER_DIRS) -c $*.cu -o $@
cutoo = $(WM_SCHEDULER) $(NVCC) $(cuFLAGS) -I$(*D) ${EXE_INC} -c $*.cu -o $@
$(OBJECTS_DIR)/%.o : %.cu
$(cutoo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment