Removed guids.
This commit is contained in:
parent
9287635b64
commit
0c0304b65d
2 changed files with 28 additions and 28 deletions
scripts
|
@ -3,10 +3,10 @@
|
|||
-- License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
--
|
||||
|
||||
function bgfxProject(_name, _uuid, _kind, _defines)
|
||||
function bgfxProject(_name, _kind, _defines)
|
||||
|
||||
project ("bgfx" .. _name)
|
||||
uuid (_uuid)
|
||||
uuid (os.uuid("bgfx" .. _name))
|
||||
kind (_kind)
|
||||
|
||||
if _kind == "SharedLib" then
|
||||
|
|
Reference in a new issue