mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
add SLANG_SOURCES
This commit is contained in:
parent
fa2802d4d0
commit
9a5ba4794c
1 changed files with 5 additions and 1 deletions
|
|
@ -179,6 +179,9 @@ SLANG_CPP_SOURCES = \
|
|||
shader/slang/MachineIndependent/SymbolTable.cpp \
|
||||
shader/slang/OGLCompilersDLL/Initialisation.cpp \
|
||||
shader/slang/OSDependent/Linux/ossource.cpp
|
||||
|
||||
SLANG_SOURCES = \
|
||||
shader/slang/slang_compile.c
|
||||
|
||||
ASM_C_SOURCES = \
|
||||
x86/common_x86.c \
|
||||
|
|
@ -270,7 +273,8 @@ CORE_SOURCES = \
|
|||
$(SHADER_SOURCES) \
|
||||
$(SWRAST_SOURCES) \
|
||||
$(SWRAST_SETUP_SOURCES) \
|
||||
$(ASM_C_SOURCES)
|
||||
$(ASM_C_SOURCES) \
|
||||
$(SLANG_SOURCES)
|
||||
|
||||
# $(SLANG_C_SOURCES)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue