doc: minor README improvements
This commit is contained in:
parent
b7c2e1d15e
commit
dc253cd388
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -23,6 +23,8 @@ $ make install
|
|||
```
|
||||
(also see .github/workflows/main.yml)
|
||||
|
||||
## Development
|
||||
|
||||
### build for unit test coverage
|
||||
```
|
||||
$ cd xo-pyprintjson
|
||||
|
|
@ -44,3 +46,14 @@ while Cmake creates them in the root of its build directory.
|
|||
$ cd xo-pyprintjson
|
||||
$ ln -s build/compile_commands.json # supply compile commands to LSP
|
||||
```
|
||||
|
||||
### display cmake variables
|
||||
|
||||
- `-L` list variables
|
||||
- `-A` include 'advanced' variables
|
||||
- `-H` include help text
|
||||
|
||||
```
|
||||
$ cd xo-pyprintjson/build
|
||||
$ cmake -LAH
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue