Android project settings wip.

This commit is contained in:
bkaradzic 2013-04-16 23:12:03 -07:00
parent 775ae7f61b
commit 11af47f97e

View file

@ -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"