mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
add shader/slang/slang_preprocess.c
This commit is contained in:
parent
e3a846b0e3
commit
a131d50fb7
1 changed files with 2 additions and 1 deletions
|
|
@ -181,7 +181,8 @@ SLANG_CPP_SOURCES = \
|
|||
shader/slang/OSDependent/Linux/ossource.cpp
|
||||
|
||||
SLANG_SOURCES = \
|
||||
shader/slang/slang_compile.c
|
||||
shader/slang/slang_compile.c \
|
||||
shader/slang/slang_preprocess.c
|
||||
|
||||
ASM_C_SOURCES = \
|
||||
x86/common_x86.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue