summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-21 13:47:22 +0800
committerruki <[email protected]>2019-09-21 13:47:22 +0800
commit8087d1444858635b8f801e8cf13eedc96cf53f83 (patch)
tree6821ef7140d93366181ef5fc7ba839275f415255 /xmake/plugins/project/xmake.lua
parente0c87675917eaca2332ff7ab2a3d5e8f841c4192 (diff)
add xmakefile generator
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
-rw-r--r--xmake/plugins/project/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua
index 03edeb0ad..e795c0338 100644
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -40,6 +40,7 @@ task("project")
{
{'k', "kind", "kv", "makefile", "Set the project kind."
, " - makefile"
+ , " - xmakefile (makefile with xmake)"
, " - cmakelists"
, " - compile_flags"
, " - compile_commands (clang compilation database with json format)"