mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Add Meson guide
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
|
||||
|
Loading…
Reference in New Issue
Block a user