This commit is contained in:
Branimir Karadžić
2016-09-10 09:53:29 -07:00
parent 57e9dc0d9f
commit 3e0767cecc

View File

@@ -360,13 +360,14 @@ end
dofile "bgfx.lua"
-- Always build 'example-common' because 'texturev' uses it as well.
group "examples"
dofile "example-common.lua"
group "libs"
bgfxProject("", "StaticLib", {})
if _OPTIONS["with-examples"] or _OPTIONS["with-tools"] then
group "examples"
dofile "example-common.lua"
end
if _OPTIONS["with-examples"] then
group "examples"
exampleProject("00-helloworld")