From 673577cd4343d4b834ae02abf0b6ed97359aae87 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 13 Apr 2013 01:47:30 -0700 Subject: [PATCH] Added QNX premake script config for examples. --- premake/premake4.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/premake/premake4.lua b/premake/premake4.lua index 314b9561a..8bb5a6e2c 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -90,6 +90,13 @@ function exampleProject(_name, _uuid) "Cocoa.framework", "OpenGL.framework", } + + configuration { "qnx*" } + targetextension "" + links { + "EGL", + "GLESv2", + } end dofile "bgfx.lua"