!XB (Animation) (Sandbox) (CE-9784) Implemented weight normalization in LookPose...
[CRYENGINE.git] / Code / wscript
blob0575f2537db6abc43de729da1ba3e71ffaa30f1b
1 # Copyright 2001-2016 Crytek GmbH / Crytek Group. All rights reserved.
3 SUBFOLDERS =    [
4         'CryEngine',
5         'Launcher',
6         'CryExtensions',
7         'CryManaged',
8         'Sandbox',
9         'Tools',
10         'Libs'
11         ]
12         
13 def build(bld):
14         # Recursive into all sub projects       
15         bld.recurse(SUBFOLDERS, mandatory=False)
17