Skip to content

Commit

Permalink
Fix typo in dependency name for vcpkg example
Browse files Browse the repository at this point in the history
  • Loading branch information
Costava authored and zpostfacto committed Aug 12, 2022
1 parent dbe5a29 commit 0fa89dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vcpkg_example_chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GameNetworkingSockets and its dependencies entirely using vcpkg.
We assume that your project defines its dependences in a `vcpkg.json` file, and
you are pulling in vcpkg's cmake toolchain file. Then all you need to do is:

* Add `gamenewtorkingsockets` as a dependency in your project's `vcpkg.json`
* Add `gamenetworkingsockets` as a dependency in your project's `vcpkg.json`
* In your cmake file, add `find_package( GameNetworkingSockets )`
* Link your targets with the appropriate library:
* `target_link_libraries(<your_target> GameNetworkingSockets::shared)`
Expand Down

0 comments on commit 0fa89dc

Please sign in to comment.