diff --git a/Project-Setup.md b/Project-Setup.md index 60531b1..2abaf22 100644 --- a/Project-Setup.md +++ b/Project-Setup.md @@ -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