intrig / xenon

The Intrig Message Decoder
MIT License
1 stars 6 forks source link

Meson #29

Closed wythe closed 5 years ago

wythe commented 5 years ago

The system still uses cmake by default.

This PR adds support for meson also. meson . mbuild will create a build directory for meson, and then inside it run ninja.

Much of the work here was to modify cmake to continue working. meson is much more strict.

Next step: remove cmake and default to meson.