You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ required is the `CMakeRC.cmake` script. You can copy it into your project
39
39
directory (recommended) or install it as a package and get all the features you
40
40
need.
41
41
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
+
42
44
## Usage
43
45
44
46
1. Once installed, simply import the `CMakeRC.cmake` script. If you placed the
0 commit comments