From e55912afb75ca12d41c006069c306a6e7a35e1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 15 Sep 2014 20:50:35 -0700 Subject: [PATCH] Updated genie script. --- scripts/genie.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 4df04c2b..ddd65898 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -27,6 +27,7 @@ solution "bgfx" } language "C++" + startproject "example-00-helloworld" BGFX_DIR = (path.getabsolute("..") .. "/") local BGFX_BUILD_DIR = (BGFX_DIR .. ".build/")