mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-01 03:47:07 -05:00
Renamed common project to example-common.
This commit is contained in:
parent
a330a141dd
commit
a9025c8e07
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
-- License: http://www.opensource.org/licenses/BSD-2-Clause
|
-- License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||||
--
|
--
|
||||||
|
|
||||||
project ("common")
|
project ("example-common")
|
||||||
uuid ("21cc0e26-bf62-11e2-a01e-0291bd4c8125")
|
uuid ("21cc0e26-bf62-11e2-a01e-0291bd4c8125")
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
|
|
|
@ -57,7 +57,7 @@ function exampleProject(_name, _uuid)
|
||||||
|
|
||||||
links {
|
links {
|
||||||
"bgfx",
|
"bgfx",
|
||||||
"common",
|
"example-common",
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration { "android*" }
|
configuration { "android*" }
|
||||||
|
@ -115,7 +115,7 @@ function exampleProject(_name, _uuid)
|
||||||
end
|
end
|
||||||
|
|
||||||
dofile "bgfx.lua"
|
dofile "bgfx.lua"
|
||||||
dofile "common.lua"
|
dofile "example-common.lua"
|
||||||
exampleProject("00-helloworld", "ff2c8450-ebf4-11e0-9572-0800200c9a66")
|
exampleProject("00-helloworld", "ff2c8450-ebf4-11e0-9572-0800200c9a66")
|
||||||
exampleProject("01-cubes", "fec3bc94-e1e5-11e1-9c59-c7eeec2c1c51")
|
exampleProject("01-cubes", "fec3bc94-e1e5-11e1-9c59-c7eeec2c1c51")
|
||||||
exampleProject("02-metaballs", "413b2cb4-f7db-11e1-bf5f-a716de6a022f")
|
exampleProject("02-metaballs", "413b2cb4-f7db-11e1-bf5f-a716de6a022f")
|
||||||
|
|
Loading…
Reference in a new issue