From 11af47f97e7ab6298b82844fdf324ef9799321fb Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Tue, 16 Apr 2013 23:12:03 -0700 Subject: [PATCH] Android project settings wip. --- premake/premake4.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/premake/premake4.lua b/premake/premake4.lua index 8bb5a6e2..74c19eb5 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -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 -- @@ -59,6 +59,14 @@ function exampleProject(_name, _uuid) "bgfx", } + configuration { "android*" } + kind "SharedLib" + targetextension ".so" + links { + "EGL", + "GLESv2", + } + configuration { "emscripten" } targetextension ".bc"