ThrowTheSwitch / CException

Lightweight exception implementation for C
http://throwtheswitch.org
MIT License
320 stars 64 forks source link

Meson support for CException library. #13

Closed squidfarts closed 5 years ago

squidfarts commented 5 years ago

Using meson.build scripts to add support for usage with Meson, that means any Meson build system user can add 'CException' as a dependency and expect it to download the library and use it in their code. All they need to do is write a simple git wrap file and the following should work.