summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 6001669..3ad511e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -51,6 +51,8 @@ else
CXXFLAGS +=
endif
+CXXFLAGS += -I$(CUDA_INSTALL_PATH)/include
+
OPTFLAGS += -g3 -fPIC
CPP = g++ $(SNOW)