mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user