Added QNX premake script config for examples.
This commit is contained in:
Родитель
1fc4b743b1
Коммит
673577cd43
|
@ -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"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче