Define new premake.extensions namespace for extensions API.
This commit is contained in:
parent
2e7299f801
commit
dac04cfee3
@ -9,6 +9,13 @@
|
|||||||
local config = premake5.config
|
local config = premake5.config
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
-- Add a namespace for extensions to use.
|
||||||
|
---
|
||||||
|
|
||||||
|
premake.extensions = {}
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Define some commonly used symbols, for future-proofing.
|
-- Define some commonly used symbols, for future-proofing.
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user