Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
b3567fc9837cf12c03fe901b01cc4878e007fe52
/
.
/
progs
/
vpglsl
/
SConscript
blob: 640c5dd847069b5940f0f50d5bae74c11bd4c653 [
file
] [
log
] [
blame
]
Keith Whitwell
1a28750
2009-03-23 19:01:40 +0000
[
diff
] [
blame
]
1
Import
(
'env'
)
2
3
if
not
env
[
'GLUT'
]:
4
Return
()
5
6
env
=
env
.
Clone
()
7
8
env
.
Prepend
(
LIBS
=
[
'$GLUT_LIB'
])
9
10
env
.
Program
(
11
target
=
'vp-tris'
,
12
source
=
[
'vp-tris.c'
],
13
)