mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user