scons: Use -Werror MSVC compatibility flags per-directory.
[mesa.git] / src / gallium / drivers / llvmpipe / Automake.inc
1 if HAVE_GALLIUM_LLVMPIPE
2
3 TARGET_CPPFLAGS += -DGALLIUM_LLVMPIPE
4 TARGET_LIB_DEPS += \
5 $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la
6
7 endif