(Android) Add include dirs
This commit is contained in:
parent
a7d4379011
commit
193eb62354
|
@ -79,7 +79,8 @@ LOCAL_CPPFLAGS += -I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang \
|
|||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang/glslang/glslang/Public \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang/glslang/glslang/MachineIndependent \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang/glslang/SPIRV \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/spir2cross
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/spir2cross \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/SPIRV-Cross
|
||||
|
||||
LOCAL_SRC_FILES += $(RARCH_DIR)/deps/glslang/glslang.cpp \
|
||||
$(RARCH_DIR)/deps/glslang/glslang/SPIRV/SpvBuilder.cpp \
|
||||
|
|
|
@ -83,7 +83,10 @@ LOCAL_C_INCLUDES += $(INCFLAGS)
|
|||
LOCAL_CPPFLAGS += -I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang/glslang/glslang/Public \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang/glslang/glslang/MachineIndependent \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang/glslang/SPIRV
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/glslang/glslang/SPIRV \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/spir2cross \
|
||||
-I$(LOCAL_PATH)/$(RARCH_DIR)/deps/SPIRV-Cross
|
||||
|
||||
LOCAL_SRC_FILES += $(RARCH_DIR)/deps/glslang/glslang.cpp \
|
||||
$(RARCH_DIR)/deps/glslang/glslang/SPIRV/SpvBuilder.cpp \
|
||||
$(RARCH_DIR)/deps/glslang/glslang/SPIRV/SPVRemapper.cpp \
|
||||
|
|
Loading…
Reference in New Issue