mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Added missing linker dependency.
This commit is contained in:
parent
9941475010
commit
47d859958b
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ function bgfxProject(_name, _uuid, _kind)
|
|||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
links {
|
||||
"gdi32",
|
||||
}
|
||||
|
||||
configuration { "osx or ios*" }
|
||||
files {
|
||||
|
|
Loading…
Reference in a new issue