Skip to content

Commit

Permalink
Merge pull request #1 from kp-cat/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
z4kn4fein authored Aug 5, 2022
2 parents 0b8c4b6 + 98c84b3 commit 5658b11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ provides the ability to **parse**, **compare**, and **increment** semantic versi
FetchContent_MakeAvailable(cpp-semver)
```

This will produce the target `semver` which you can link against the typical way:

```cmake
target_link_libraries(your_target_name PRIVATE semver)
```

## Usage
The following options are available to construct a `version`:
1. Building part by part.
Expand Down

0 comments on commit 5658b11

Please sign in to comment.