summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-22 23:20:19 +0800
committerruki <[email protected]>2020-02-22 23:20:19 +0800
commitd7343aea8fdfdba0c71bcdb3441057aefeb64a97 (patch)
tree5de89b0f8bc30e2776c56a41f2d569f55bd96080 /xmake/plugins/project/xmake.lua
parent4a7f397b9036a3c31cad090732d758794555e40c (diff)
impl generate build.ninja
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
-rw-r--r--xmake/plugins/project/xmake.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua
index f5c6c6b30..1dbaaa993 100644
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -39,9 +39,10 @@ task("project")
, options =
{
{'k', "kind", "kv" , "makefile", "Set the project kind."
- , " - makefile"
+ , " - make"
, " - xmakefile (makefile with xmake)"
- , " - cmakelists"
+ , " - cmake"
+ , " - ninja"
, " - compile_flags"
, " - compile_commands (clang compilation database with json format)"
, " - vs (auto detect), vs2002, vs2003, vs2005, vs2008"