mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
add src/mesa/shader/slang to INCLUDE_DIRS
This commit is contained in:
parent
ff39c65dee
commit
389e292a1b
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ SHADER_SOURCES = \
|
|||
shader/nvvertexec.c \
|
||||
shader/nvvertparse.c \
|
||||
shader/program.c \
|
||||
shader/shaderobjects.c \
|
||||
shader/shaderobjects.c \
|
||||
shader/shaderobjects_3dlabs.c
|
||||
|
||||
ASM_C_SOURCES = \
|
||||
|
|
@ -265,5 +265,6 @@ INCLUDE_DIRS = \
|
|||
-I$(TOP)/src/mesa/math \
|
||||
-I$(TOP)/src/mesa/tnl \
|
||||
-I$(TOP)/src/mesa/shader \
|
||||
-I$(TOP)/src/mesa/shader/slang \
|
||||
-I$(TOP)/src/mesa/swrast \
|
||||
-I$(TOP)/src/mesa/swrast_setup
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue