blob: c0150195e559c885d492825fe1e6e0c3d25fbc3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = subdirs
# Only build on platforms that would run tooling
!integrity:!android|android_app:!wasm:!cross_compile {
SUBDIRS = \
balsam \
meshdebug \
shadergen \
instancer \
shapegen
}
|