diff --git a/build/config.lua b/build/config.lua index 12a9f8e77..b644423b3 100644 --- a/build/config.lua +++ b/build/config.lua @@ -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