mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Android project settings wip.
This commit is contained in:
parent
775ae7f61b
commit
11af47f97e
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
--
|
--
|
||||||
-- Copyright 2010-2012 Branimir Karadzic. All rights reserved.
|
-- Copyright 2010-2013 Branimir Karadzic. All rights reserved.
|
||||||
-- License: http://www.opensource.org/licenses/BSD-2-Clause
|
-- License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||||
--
|
--
|
||||||
|
|
||||||
|
@ -59,6 +59,14 @@ function exampleProject(_name, _uuid)
|
||||||
"bgfx",
|
"bgfx",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "android*" }
|
||||||
|
kind "SharedLib"
|
||||||
|
targetextension ".so"
|
||||||
|
links {
|
||||||
|
"EGL",
|
||||||
|
"GLESv2",
|
||||||
|
}
|
||||||
|
|
||||||
configuration { "emscripten" }
|
configuration { "emscripten" }
|
||||||
targetextension ".bc"
|
targetextension ".bc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue