progs: Add util to cpp path.

This commit is contained in:
José Fonseca 2009-03-12 12:30:55 +00:00
parent dbc3e8e93f
commit 188a3334f8
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ if not env['GLUT']:
env = env.Clone()
env.Prepend(CPPPATH = [
'../util',
])
env.Prepend(LIBS = ['$GLUT_LIB'])
env.Program(