GENie: Set default project properly when making combined examples. (#3631)

This commit is contained in:
Branimir Karadžić
2026-03-21 00:31:36 -07:00
committed by GitHub
parent f26d3b1342
commit 6f72fda08b

View File

@@ -151,7 +151,12 @@ solution "bgfx"
end
language "C++"
startproject "example-00-helloworld"
if _OPTIONS["with-combined-examples"] then
startproject "examples"
else
startproject "example-00-helloworld"
end
BGFX_DIR = path.getabsolute("..")
BX_DIR = os.getenv("BX_DIR")