Browse Source

Added QNX premake script config for examples.

bkaradzic 12 năm trước cách đây
mục cha
commit
673577cd43
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      premake/premake4.lua

+ 7 - 0
premake/premake4.lua

@@ -90,6 +90,13 @@ function exampleProject(_name, _uuid)
 			"Cocoa.framework",
 			"Cocoa.framework",
 			"OpenGL.framework",
 			"OpenGL.framework",
 		}
 		}
+
+	configuration { "qnx*" }
+		targetextension ""
+		links {
+			"EGL",
+			"GLESv2",
+		}
 end
 end
 
 
 dofile "bgfx.lua"
 dofile "bgfx.lua"