mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-01 03:47:07 -05:00
OSX: Added missing library.
This commit is contained in:
parent
3aea7306c6
commit
f0fa6e7494
3 changed files with 15 additions and 0 deletions
|
@ -21,4 +21,9 @@ project "geometryc"
|
||||||
BGFX_DIR .. "tools/geometryc/**.h",
|
BGFX_DIR .. "tools/geometryc/**.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "osx" }
|
||||||
|
links {
|
||||||
|
"Cocoa.framework",
|
||||||
|
}
|
||||||
|
|
||||||
strip()
|
strip()
|
||||||
|
|
|
@ -32,6 +32,11 @@ project "shaderc"
|
||||||
"-fno-strict-aliasing" -- glsl-optimizer has bugs if strict aliasing is used.
|
"-fno-strict-aliasing" -- glsl-optimizer has bugs if strict aliasing is used.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "osx" }
|
||||||
|
links {
|
||||||
|
"Cocoa.framework",
|
||||||
|
}
|
||||||
|
|
||||||
configuration { "windows", "vs*" }
|
configuration { "windows", "vs*" }
|
||||||
includedirs {
|
includedirs {
|
||||||
GLSL_OPTIMIZER .. "include/c99",
|
GLSL_OPTIMIZER .. "include/c99",
|
||||||
|
|
|
@ -22,3 +22,8 @@ project "texturec"
|
||||||
links {
|
links {
|
||||||
-- "bgfx",
|
-- "bgfx",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "osx" }
|
||||||
|
links {
|
||||||
|
"Cocoa.framework",
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue