Build: Add PremakeProject config value
This commit is contained in:
parent
a09accc22e
commit
a2a05f6d92
|
|
@ -16,6 +16,9 @@ Configurations = "Debug,Release" -- "Debug,Release,ReleaseWithDebug"
|
||||||
-- Setup additionnals install directories, separated by a semi-colon ; (library binaries will be copied there)
|
-- Setup additionnals install directories, separated by a semi-colon ; (library binaries will be copied there)
|
||||||
--InstallDir = "/usr/local/lib64"
|
--InstallDir = "/usr/local/lib64"
|
||||||
|
|
||||||
|
-- Adds a project which will recall premake with its original arguments when built
|
||||||
|
PremakeProject = true
|
||||||
|
|
||||||
-- Excludes client-only modules/tools/examples
|
-- Excludes client-only modules/tools/examples
|
||||||
ServerMode = false
|
ServerMode = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue