summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-11-25 14:52:21 +0100
committerMichal Krol <michal@vmware.com>2009-11-25 14:52:21 +0100
commit3371f7e5025e5288eaba78973a2c81ec5d5b1e4d (patch)
tree3ff08066644b2c23372b9ced4790d353b97e075a /src/mesa/SConscript
parent03f0ebe3bd202b955a0e68bdad65a9a2d27bee2f (diff)
scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index dde9bb08a9..d5a9031f40 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -335,7 +335,9 @@ if env['platform'] != 'winddk':
# Add the dir containing the generated header (somewhere inside the
# build dir) to the include path
env.Append(CPPPATH = [matypes[0].dir])
-
+
+ SConscript('shader/slang/library/SConscript')
+
#
# Libraries
#