Add basic GN configurations
This allows glslang to be build standalone using the gn build system.
To build with gn:
```
gclient sync --gclientfile=standalone.gclient
gn gen out/default
cd out/default
ninja
```
Showing
.gn
0 → 100644
DEPS
0 → 100644
build_overrides/build.gni
0 → 100644
build_overrides/spirv_tools.gni
0 → 100644
standalone.gclient
0 → 100644
Please
register
or
sign in
to comment