Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4228c50ce7c54780cb503ecb05f9e46ed447ae17 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python

Import('env')

SConscript(['qhull/SConscript',
            'solid/SConscript',
            'bullet/SConscript'])

if env['WITH_BF_INTERNATIONAL']:
    SConscript(['bFTGL/SConscript'])