diff options
author | José Fonseca <[email protected]> | 2009-03-12 12:30:55 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-03-13 11:48:13 +0000 |
commit | 188a3334f8957e9a4dd3fd169716be4dd2979b05 (patch) | |
tree | 01129f7f17845c38de1df7ec31e1ea284440a337 /progs/fp | |
parent | dbc3e8e93f6dc7540ace4d5c543204bdad0d0d71 (diff) |
progs: Add util to cpp path.
Diffstat (limited to 'progs/fp')
-rw-r--r-- | progs/fp/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/fp/SConscript b/progs/fp/SConscript index e31fa320238..553799758b0 100644 --- a/progs/fp/SConscript +++ b/progs/fp/SConscript @@ -5,6 +5,10 @@ if not env['GLUT']: env = env.Clone() +env.Prepend(CPPPATH = [ + '../util', +]) + env.Prepend(LIBS = ['$GLUT_LIB']) env.Program( |