generate compile_commands.json to be used by language server (#2481)
* cmake: Generate compile commands * Update README.md simplify build process
This commit is contained in:
parent
6259dc4121
commit
d3caee0e72
2 changed files with 5 additions and 4 deletions
|
@ -11,10 +11,8 @@ To compile the example, use one of the following dependending on your build targ
|
|||
Use the following to build for desktop:
|
||||
|
||||
``` bash
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
cmake -B build
|
||||
cmake --build build
|
||||
```
|
||||
|
||||
### Web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue