VS: Fixing L4 warnings.

This commit is contained in:
Branimir Karadžić
2017-03-11 14:44:00 -08:00
parent 37cb5f3b1f
commit 46ec8d3ca4
7 changed files with 21 additions and 17 deletions

View File

@@ -3,6 +3,8 @@
-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
--
group "tools/shaderc"
local GLSL_OPTIMIZER = path.join(BGFX_DIR, "3rdparty/glsl-optimizer")
local FCPP_DIR = path.join(BGFX_DIR, "3rdparty/fcpp")
@@ -276,3 +278,5 @@ project "shaderc"
configuration {}
strip()
group "tools"