summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/cd_arguments_with_init_command.md
blob: d6441e6e18cf6c7e20bfa0435449de10ca2da9dc (plain)
1
2
3
4
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.