!XT (Git) Synchronizing Git repositories to Perforce
[CRYENGINE.git] / Code / wscript
blob9b67c9ab75c8d78bcdbad71eba480ce331f94f5b
1 # Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 SUBFOLDERS =    [
4         'CryEngine',
5         'CryPlugins',
6         'Launcher',
7         'CryExtensions',
8         'CryManaged',
9         'Sandbox',
10         'Tools',
11         'Libs'
12         ]
13         
14 def build(bld):
15         # Recursive into all sub projects       
16         bld.recurse(SUBFOLDERS, mandatory=False)
18