mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -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",
|
||||
}
|
||||
|
||||
configuration { "osx" }
|
||||
links {
|
||||
"Cocoa.framework",
|
||||
}
|
||||
|
||||
strip()
|
||||
|
|
|
@ -32,6 +32,11 @@ project "shaderc"
|
|||
"-fno-strict-aliasing" -- glsl-optimizer has bugs if strict aliasing is used.
|
||||
}
|
||||
|
||||
configuration { "osx" }
|
||||
links {
|
||||
"Cocoa.framework",
|
||||
}
|
||||
|
||||
configuration { "windows", "vs*" }
|
||||
includedirs {
|
||||
GLSL_OPTIMIZER .. "include/c99",
|
||||
|
|
|
@ -22,3 +22,8 @@ project "texturec"
|
|||
links {
|
||||
-- "bgfx",
|
||||
}
|
||||
|
||||
configuration { "osx" }
|
||||
links {
|
||||
"Cocoa.framework",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue