diff options
| author | ruki <waruqi@gmail.com> | 2019-08-22 22:34:14 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-08-22 09:25:25 +0800 |
| commit | 5cfe53af96cca38e58b4f8492eb389b36adce6c9 (patch) | |
| tree | 403c830fd40976d08714047534a95480231acd27 /plugin/builtin_plugins.md | |
| parent | 9d3d8d4307e0112b27682736d8d0479a4bd4a3d0 (diff) | |
| download | xmake-docs-5cfe53af96cca38e58b4f8492eb389b36adce6c9.tar.gz xmake-docs-5cfe53af96cca38e58b4f8492eb389b36adce6c9.zip | |
update plugin docs
Diffstat (limited to 'plugin/builtin_plugins.md')
| -rw-r--r-- | plugin/builtin_plugins.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugin/builtin_plugins.md b/plugin/builtin_plugins.md index dbf39c5e..c0eb430b 100644 --- a/plugin/builtin_plugins.md +++ b/plugin/builtin_plugins.md @@ -324,6 +324,18 @@ If you want to cancel multiline input, please input character `q`, for example: $ xmake project -k makefile ``` +### Generate CMakelists.txt + +```console +$ xmake project -k cmakelists +``` + +### Generate compiler_flags + +```console +$ xmake project -k compiler_flags +``` + ### Generate compiler_commands We can export the compilation commands info of all source files and it is JSON compilation database format. |
