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
```
This commit is contained in:
Ben Clayton
2020-10-16 12:47:38 +01:00
parent f4f1d8a352
commit dac38b8fce
7 changed files with 238 additions and 1 deletions

View File

@@ -34,4 +34,4 @@
# These are variables that are overridable by projects that include glslang.
# The path to glslang dependencies.
glslang_spirv_tools_dir = "//Externals/spirv-tools"
glslang_spirv_tools_dir = "//External/spirv-tools"