diff options
author | Keith Whitwell <[email protected]> | 2009-03-09 17:10:12 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-03-09 18:51:14 +0000 |
commit | ce0ac9006a4ceb42d7f07061f264e3092d03e640 (patch) | |
tree | ad9dc9e33e796f7d733f4b67d9fe9bbb74d8a0ef /progs/SConscript | |
parent | 0e28e1a72fd3517d6d872ac8396e800268ba3dde (diff) |
vpglsl: build with scons and glew
Diffstat (limited to 'progs/SConscript')
-rw-r--r-- | progs/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/SConscript b/progs/SConscript index 544ea647504..1670f97bc73 100644 --- a/progs/SConscript +++ b/progs/SConscript @@ -5,5 +5,6 @@ SConscript([ 'samples/SConscript', 'trivial/SConscript', 'vp/SConscript', + 'vpglsl/SConscript', 'fp/SConscript', ]) |