repo.or.cz
/
CRYENGINE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
!I integrate from //ce/main...
[CRYENGINE.git]
/
Engine
/
wscript
blob
2bf07661683e91ae55c6e549b7c6c33ec910c0da
1
# Copyright 2001-2016 Crytek GmbH / Crytek Group. All rights reserved.
2
3
SUBFOLDERS = [
4
'Shaders',
5
]
6
7
def build(bld):
8
# Recursive into all sub projects
9
bld.recurse(SUBFOLDERS)
10