Add include path to access gpu_buffers.h from pbvh.c.

This commit is contained in:
Guillermo S. Romero
2009-12-11 19:27:47 +00:00
parent b7a344cf7c
commit 3fd73289bd

View File

@@ -50,6 +50,8 @@ CPPFLAGS += -I../../editors/include/
# path to zlib
CPPFLAGS += -I$(NAN_ZLIB)/include
CPPFLAGS += -I../../gpu
ifdef NAN_PTHREADS
CPPFLAGS += -I$(NAN_PTHREADS)/include
endif