Build: Add PremakeProject config value

This commit is contained in:
Lynix 2017-08-20 21:33:42 +02:00
parent a09accc22e
commit a2a05f6d92
1 changed files with 3 additions and 0 deletions

View File

@ -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)
--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
ServerMode = false