From d7343aea8fdfdba0c71bcdb3441057aefeb64a97 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 22 Feb 2020 23:20:19 +0800 Subject: impl generate build.ninja --- xmake/plugins/project/xmake.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xmake/plugins/project/xmake.lua') 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" -- cgit v1.3.1