mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Android: Fixed missing link dependencies when building shared library.
This commit is contained in:
parent
2f292bd348
commit
185c1fc400
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ project "bgfx-shared-lib"
|
||||||
"BGFX_CONFIG_DEBUG=1",
|
"BGFX_CONFIG_DEBUG=1",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "android*" }
|
||||||
|
links {
|
||||||
|
"EGL",
|
||||||
|
"GLESv2",
|
||||||
|
}
|
||||||
|
|
||||||
configuration { "windows" }
|
configuration { "windows" }
|
||||||
includedirs {
|
includedirs {
|
||||||
"$(DXSDK_DIR)/include",
|
"$(DXSDK_DIR)/include",
|
||||||
|
|
Loading…
Reference in a new issue