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
!XB (Animation) (Sandbox) (CE-9784) Implemented weight normalization in LookPose...
[CRYENGINE.git]
/
Code
/
wscript
blob
0575f2537db6abc43de729da1ba3e71ffaa30f1b
1
# Copyright 2001-2016 Crytek GmbH / Crytek Group. All rights reserved.
2
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)
16
17