This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/extern/SConscript

11 lines
203 B
Python
Raw Normal View History

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