danielaparker / jsoncons

A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
https://danielaparker.github.io/jsoncons
Other
726 stars 164 forks source link

fixing the path for config files #547

Closed 2208loki closed 3 weeks ago

2208loki commented 3 weeks ago

the path ../../../build/ was not accessible for the CMakeLists in examples, so making it to ../../build. Suggested to add config files in examples/build/cmake/README as the cmake is expecting those files.

danielaparker commented 3 weeks ago

Thanks for contributing!