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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user