mirror of
https://github.com/RPCS3/glslang.git
synced 2026-07-01 19:54:21 -04:00
dac38b8fce
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 ```