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: 15cace23c6c2d50841e0a10b6c8808aa8c0faff0 (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_FREETYPE'] == 1:
    SConscript(['bFTGL/SConscript'])