summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nlohmann-json
Commit message (Collapse)AuthorAgeFilesLines
* nlohmann-json: Add symlink to json.hpp and update to 3.3.0James Feist2018-10-111-2/+8
| | | | | | | | | | | | nlohmann-json has examples in their repo that refer to the header as json.hpp directly, as such many packages that require nlohmann-json expect json.hpp and not nlohmann/json.hpp as the cmake file installs. Create symlink so that access is available by either option. Also update to release 3.3.0. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: Add recipeJames Feist2018-10-041-0/+23
nlohmann-json is a c++ header-only json library. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>