mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
vpglsl: add missing SConscript
This commit is contained in:
parent
d0d5e6a22c
commit
1a28750b43
1 changed files with 13 additions and 0 deletions
13
progs/vpglsl/SConscript
Normal file
13
progs/vpglsl/SConscript
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Import('env')
|
||||
|
||||
if not env['GLUT']:
|
||||
Return()
|
||||
|
||||
env = env.Clone()
|
||||
|
||||
env.Prepend(LIBS = ['$GLUT_LIB'])
|
||||
|
||||
env.Program(
|
||||
target = 'vp-tris',
|
||||
source = ['vp-tris.c'],
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue