Add vcpkg instructions
This commit is contained in:
parent
e7c2e9c8fc
commit
b29ccb7bc3
@ -469,7 +469,13 @@ target_link_libraries(YOUR_TARGET cpptrace::cpptrace)
|
|||||||
|
|
||||||
#### Vcpkg
|
#### Vcpkg
|
||||||
|
|
||||||
Coming soon
|
```
|
||||||
|
vcpkg install cpptrace
|
||||||
|
```
|
||||||
|
```cmake
|
||||||
|
find_package(cpptrace CONFIG REQUIRED)
|
||||||
|
target_link_libraries(main PRIVATE cpptrace::cpptrace)
|
||||||
|
```
|
||||||
|
|
||||||
### Platform Logistics
|
### Platform Logistics
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user