Set define for USE_ENTRY.

This commit is contained in:
Бранимир Караџић
2024-07-09 07:28:59 -07:00
parent 500e03ffcb
commit e41cbebf16
2 changed files with 14 additions and 7 deletions

View File

@@ -38,6 +38,10 @@ project ("example-common")
path.join(BGFX_DIR, "examples/common/**.h"),
}
defines {
"USE_ENTRY=1",
}
using_bx()
if filesexist(BGFX_DIR, path.join(BGFX_DIR, "../bgfx-gnm"),