Skip to content

Commit

Permalink
add conan usage
Browse files Browse the repository at this point in the history
Signed-off-by: i-curve <[email protected]>
  • Loading branch information
i-curve committed Dec 26, 2023
1 parent afe8554 commit c2f7749
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ support field copy in different c++ data type.
- [copy the single header file](#copy-the-single-header-file)
- [cmake](#cmake)
- [vcpkg](#vcpkg)
- [conan](#conan)
- [License](#license)

<!-- /code_chunk_output -->
Expand Down Expand Up @@ -246,6 +247,15 @@ if you use the vcpkg, you can install it by
vcpkg install copypp
```

### conan

conanfile.txt

```txt
[requires]
copypp/[version]
```

## License

---
Expand Down

0 comments on commit c2f7749

Please sign in to comment.