summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xmake.lua
diff options
context:
space:
mode:
authorcarllu <[email protected]>2019-04-05 22:38:59 +0800
committercarllu <[email protected]>2019-04-05 22:38:59 +0800
commit5462c4ef4fb470c5878a46cb809203fc1459998f (patch)
tree92017af442b73ae55b6cf275d68be8c736c0235f /xmake/plugins/project/xmake.lua
parent9542305e19e902f7fa9e197c71ffe16ce5fe5a3e (diff)
Add support to export compile_flags.txt
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 78074567e..1d1fae160 100644
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -44,6 +44,7 @@ task("project")
{
{'k', "kind", "kv", "makefile", "Set the project kind."
, " - makefile"
+ , " - compile_flags"
, " - compile_commands (clang compilation database with json format)"
, " - vs2002, vs2003, vs2005, vs2008, vs2010, vs2012, vs2013, vs2015, vs2017" }
, {'m', "modes", "kv", nil, "Set the project modes."