blender/extern/SConscript

11 lines
185 B
Python
Raw Normal View History

#!/usr/bin/python
Import('env')
SConscript(['qhull/SConscript',
'solid/SConscript',
'bullet/SConscript'])
if env['WITH_BF_FREETYPE'] == 1:
SConscript(['bFTGL/SConscript'])