Sign in
qemu
/
meson
/
refs/heads/gencustom
/
.
/
docs
/
markdown
/
snippets
/
cd_arguments_with_init_command.md
blob: d6441e6e18cf6c7e20bfa0435449de10ca2da9dc [
file
] [
log
] [
blame
] [
view
]
## 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.