mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-08-17 00:29:42 +00:00
GENie: Set default project properly when making combined examples. (#3631)
This commit is contained in:
committed by
GitHub
parent
f26d3b1342
commit
6f72fda08b
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user