Commit 3e31185 1 parent 00e39f1 commit 3e31185 Copy full SHA for 3e31185
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ You can include the source files into your build or compile it using cmake and v
14
14
15
15
## Option 1: Using vcpkg
16
16
17
- Refer to [ this port] ( https://vcpkg.io/en/package /reflectcpp ) :
17
+ Refer to [ this port] ( https://vcpkg.link/ports /reflectcpp ) :
18
18
19
19
``` bash
20
20
vcpkg install reflectcpp
@@ -29,6 +29,9 @@ vcpkg add port reflectcpp
29
29
If the library cannot be found, please update vcpkg itself to make sure the newest ports are installed. You
30
30
might also want to update the ` builtin-baseline ` tag in the * vcpkg.json* of your project.
31
31
32
+ If you want to support formats other than JSON, please install the appropriate vcpkg features. Refer to the
33
+ link above to find out which features are supported in the vcpkg port.
34
+
32
35
## Option 2: Using Conan
33
36
34
37
Simply use [ this recipe] ( https://conan.io/center/recipes/reflect-cpp ) .
You can’t perform that action at this time.
0 commit comments