16 lines
223 B
Markdown
16 lines
223 B
Markdown
# Stand Alone Example
|
|
|
|
This demonstrate how to use `json-schema-validator` in you own cmake project.
|
|
|
|
## Build
|
|
|
|
```bash
|
|
cmake -B build .
|
|
cmake --build build
|
|
```
|
|
|
|
## Run
|
|
|
|
```
|
|
./build/stand-alone <schema.json> <file.json>
|
|
``` |