mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 18:00:24 +01:00
gallivm: added gallivm/lp_bld_misc.cpp to Makefile
This commit is contained in:
parent
6c28cc27eb
commit
7d36b678c5
1 changed files with 5 additions and 0 deletions
|
|
@ -154,10 +154,15 @@ GALLIVM_SOURCES = \
|
|||
gallivm/lp_bld_tgsi_soa.c \
|
||||
gallivm/lp_bld_type.c
|
||||
|
||||
GALLIVM_CPP_SOURCES = \
|
||||
gallivm/lp_bld_misc.cpp
|
||||
|
||||
|
||||
ifeq ($(MESA_LLVM),1)
|
||||
C_SOURCES += \
|
||||
$(GALLIVM_SOURCES)
|
||||
CPP_SOURCES += \
|
||||
$(GALLIVM_CPP_SOURCES)
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue