diff options
author | Michael <michaelbrockus@gmail.com> | 2020-03-01 15:00:29 -0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-03-02 13:50:58 -0500 |
commit | 2f080b1f2e9ca076d04af8c67d18004970a03658 (patch) | |
tree | b9e147d55ad4f6c2f4820bf785eab7da3a5992d8 /docs/markdown/snippets | |
parent | 6e865fc08d0d13b3846d00e80c9f3ea090645fb8 (diff) | |
download | meson-2f080b1f2e9ca076d04af8c67d18004970a03658.zip meson-2f080b1f2e9ca076d04af8c67d18004970a03658.tar.gz meson-2f080b1f2e9ca076d04af8c67d18004970a03658.tar.bz2 |
add -C to meson init
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/cd_arguments_with_init_command.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/cd_arguments_with_init_command.md b/docs/markdown/snippets/cd_arguments_with_init_command.md new file mode 100644 index 0000000..d6441e6 --- /dev/null +++ b/docs/markdown/snippets/cd_arguments_with_init_command.md @@ -0,0 +1,5 @@ +## Added `-C` argument to `meson init` command + +The meson init assumes that it is run inside the project +root directory. If this isn't the case, you can now use +`-C` to specify the actual project source directory. |