mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
fixed my typo
This commit is contained in:
parent
b5e2b068d3
commit
97da6b5167
1 changed files with 3 additions and 2 deletions
|
@ -46,12 +46,13 @@ project "shaderc"
|
|||
path.join(GLSL_OPTIMIZER, "include/c99"),
|
||||
}
|
||||
|
||||
configuration { "windows" }
|
||||
configuration { "vs*" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
|
||||
configuration { "vs*" }
|
||||
|
||||
configuration { "windows" }
|
||||
links {
|
||||
"d3dx9",
|
||||
"d3dcompiler",
|
||||
|
|
Loading…
Reference in a new issue