Add Meson guide

Anton Kochkov 2020-02-25 13:14:50 +08:00
parent 329c80aec6
commit 1469ddf641

@ -68,6 +68,12 @@ intercept-build make all # generates compile_commands.json from the `make all` r
ninja -C out/Release -t compdb cxx cc > compile_commands.json
```
### [Meson](https://http://mesonbuild.com//)
```zsh
meson build # generates compile_commands.json in the `build` directory
```
### [GN](https://gn.googlesource.com/gn/)
```zsh