diff options
| author | ruki <[email protected]> | 2020-02-22 23:20:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-22 23:20:19 +0800 |
| commit | d7343aea8fdfdba0c71bcdb3441057aefeb64a97 (patch) | |
| tree | 5de89b0f8bc30e2776c56a41f2d569f55bd96080 /xmake/plugins/project/xmake.lua | |
| parent | 4a7f397b9036a3c31cad090732d758794555e40c (diff) | |
impl generate build.ninja
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rw-r--r-- | xmake/plugins/project/xmake.lua | 5 |
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" |
