commit | ce0ac9006a4ceb42d7f07061f264e3092d03e640 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Mon Mar 09 17:10:12 2009 +0000 |
committer | Keith Whitwell <keithw@vmware.com> | Mon Mar 09 18:51:14 2009 +0000 |
tree | ad9dc9e33e796f7d733f4b67d9fe9bbb74d8a0ef | |
parent | 0e28e1a72fd3517d6d872ac8396e800268ba3dde [diff] [blame] |
vpglsl: build with scons and glew
diff --git a/progs/SConscript b/progs/SConscript index 544ea64..1670f97 100644 --- a/progs/SConscript +++ b/progs/SConscript
@@ -5,5 +5,6 @@ 'samples/SConscript', 'trivial/SConscript', 'vp/SConscript', + 'vpglsl/SConscript', 'fp/SConscript', ])