Added QNX premake script config for examples.

This commit is contained in:
bkaradzic
2013-04-13 01:47:30 -07:00
parent 1fc4b743b1
commit 673577cd43

View File

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