diff options
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" |
