summaryrefslogtreecommitdiff
path: root/src/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* apple: Fix compatibility version and current version of meson build to be ↵Jeremy Huddleston Sequoia2022-06-171-0/+1
| | | | | | compatible with autotools build Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
* Add Meson build systemDylan Baker2021-06-231-0/+116
This should be on par with the autoconf build. Like autoconf it defauilts to generating both a shared and static library. I have intentionally not used the pkg-config template, and used Meson's pkg-config generator instad. This provides dependency and include tracking that would otherwise have to be done manually.