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
+1-1
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,7 @@ The following compilers are supported:
523
523
### Option 1: Include source files into your own build
524
524
525
525
Simply copy the contents of the folder `include` into your source repository or add it to your include path and also add `src/reflectcpp.cpp` and `src/yyjson.c` to your source files for compilation.
526
-
If you want to link to your own version of YYJSON, then only copy `src/reflectcpp.cpp`.
526
+
If you don't need JSON support or want to link to your own version of YYJSON, then only copy `src/reflectcpp.cpp`.
527
527
528
528
If you need support for other serialization formats like flexbuffers or XML, you should also include and link the respective libraries, as listed in the section on serialization formats.
0 commit comments