diff --git a/README.md b/README.md index 25bd7ca..1a36b31 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,13 @@ target_link_libraries(YOUR_TARGET cpptrace::cpptrace) #### Vcpkg -Coming soon +``` +vcpkg install cpptrace +``` +```cmake +find_package(cpptrace CONFIG REQUIRED) +target_link_libraries(main PRIVATE cpptrace::cpptrace) +``` ### Platform Logistics