Skip to content

Commit c36df0b

Browse files
authored
Mention vcpkg port in readme
1 parent e386a62 commit c36df0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ required is the `CMakeRC.cmake` script. You can copy it into your project
3939
directory (recommended) or install it as a package and get all the features you
4040
need.
4141

42+
For [vcpkg](https://github.com/microsoft/vcpkg) users there is a `cmakerc` [port](https://github.com/microsoft/vcpkg/tree/master/ports/cmakerc) that can be installed via `vcpkg install cmakerc` or by adding it to `dependencies` section of your `vcpkg.json` file.
43+
4244
## Usage
4345

4446
1. Once installed, simply import the `CMakeRC.cmake` script. If you placed the

0 commit comments

Comments
 (0)