Recast: add SCons build system.

This commit is contained in:
Benoit Bolsee
2010-09-01 21:43:22 +00:00
parent 22295fd1a2
commit a52f51df27
7 changed files with 22 additions and 3 deletions

1
extern/SConscript vendored
View File

@@ -3,6 +3,7 @@
Import('env')
SConscript(['glew/SConscript'])
SConscript(['recastnavigation/SConscript'])
if env['WITH_BF_BULLET']:
SConscript(['bullet2/src/SConscript'])