!I integrate from //ce/main...
[CRYENGINE.git] / Engine / wscript
blob2bf07661683e91ae55c6e549b7c6c33ec910c0da
1 # Copyright 2001-2016 Crytek GmbH / Crytek Group. All rights reserved.
3 SUBFOLDERS =    [
4         'Shaders',
5         ]
6         
7 def build(bld):
8         # Recursive into all sub projects
9         bld.recurse(SUBFOLDERS)
10