== FFMPEG ==
[plumiferos.git] / extern / SConscript
blob0cdf96768626021ed43c1b1c68056f27a415ad6b
1 #!/usr/bin/python
3 Import('env')
5 if env['WITH_BF_GAMEENGINE']:
6 SConscript(['qhull/SConscript',
7 'solid/SConscript'])
8 if env['WITH_BF_BULLET']:
9 SConscript(['bullet2/src/SConscript'])
11 if env['WITH_BF_INTERNATIONAL']:
12 SConscript(['bFTGL/SConscript'])
14 if env['WITH_BF_VERSE']:
15 SConscript(['verse/dist/SConstruct'])