fix: meson link

zigmars 2021-10-28 23:27:18 +03:00
parent 9081e254ac
commit bf0d1a2f49

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