Skip to content

Commit 5658b11

Browse files
authored
Merge pull request #1 from kp-cat/patch-1
Update README.md
2 parents 0b8c4b6 + 98c84b3 commit 5658b11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ provides the ability to **parse**, **compare**, and **increment** semantic versi
3232
FetchContent_MakeAvailable(cpp-semver)
3333
```
3434

35+
This will produce the target `semver` which you can link against the typical way:
36+
37+
```cmake
38+
target_link_libraries(your_target_name PRIVATE semver)
39+
```
40+
3541
## Usage
3642
The following options are available to construct a `version`:
3743
1. Building part by part.

0 commit comments

Comments
 (0)