pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
239 stars 73 forks source link

Problem: cmake support has fallen behind #81

Closed yrashk closed 1 year ago

yrashk commented 1 year ago

The project can't be built using cmake

Solution: bring it up to date


82 includes this and #80 to make it easier to integrate

yrashk commented 1 year ago

There's also #82 that combines this PR and includes a fix for byteswap.h which may not be present on all systems.

pantoniou commented 1 year ago

merged the combined PR