Skip to content

Add Meson build system

Dylan Baker requested to merge dbaker/glu:submit/meson into master

This should be on par with the autoconf build. Like autoconf it defaults to generating both a shared and static library. I have intentionally not used the pkg-config template, and used Meson's pkg-config generator instead. This provides dependency and include tracking that would otherwise have to be done manually.

Merge request reports