Skip to content

Commit

Permalink
chore: add Integration
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Sep 18, 2023
1 parent 3bcba80 commit a369a62
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@
[![codecov](https://codecov.io/gh/Dup4/rapidjson-utility/branch/main/graph/badge.svg)](https://codecov.io/gh/Dup4/rapidjson-utility)
[![GitHub release](https://img.shields.io/github/release/Dup4/rapidjson-utility.svg)](https://github.com/Dup4/rapidjson-utility/releases/)

## Integration

### CMake

```cmake
FetchContent_Declare(
rapidjson-utility
QUIET
GIT_REPOSITORY https://github.com/Dup4/rapidjson-utility.git
GIT_TAG v{x.y.z} # Where `x.y.z` is the release version you want to use.
)
```

### Bazel

```bazel
git_repository(
name = "rapidjson-utility",
remote = "https://github.com/Dup4/rapidjson-utility.git",
tag = "v{x.y.z}", # Where `x.y.z` is the release version you want to use.
)
```

## License

[MIT](./LICENSE) License © 2022 - PRESENT [Dup4][dup4]
Expand Down

0 comments on commit a369a62

Please sign in to comment.