mirror of https://github.com/bkaradzic/bgfx
Fixed build.
This commit is contained in:
parent
4603b2fd43
commit
89eef364bb
|
@ -147,6 +147,11 @@ project "shaderc"
|
||||||
path.join(GLSL_OPTIMIZER, "include/c99"),
|
path.join(GLSL_OPTIMIZER, "include/c99"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "vs20* or mingw*" }
|
||||||
|
links {
|
||||||
|
"psapi",
|
||||||
|
}
|
||||||
|
|
||||||
configuration {}
|
configuration {}
|
||||||
|
|
||||||
defines { -- fcpp
|
defines { -- fcpp
|
||||||
|
|
|
@ -49,4 +49,9 @@ project "texturec"
|
||||||
"Cocoa.framework",
|
"Cocoa.framework",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "vs20* or mingw*" }
|
||||||
|
links {
|
||||||
|
"psapi",
|
||||||
|
}
|
||||||
|
|
||||||
configuration {}
|
configuration {}
|
||||||
|
|
Loading…
Reference in New Issue